From f3d8cad89384e2733cb20e60b629349c95b60fba Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 31 Jul 2024 00:42:50 +0900 Subject: [PATCH] =?UTF-8?q?2023/07/10=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xslt/transforming_xml_with_xslt/index.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/files/ja/web/xslt/transforming_xml_with_xslt/index.md b/files/ja/web/xslt/transforming_xml_with_xslt/index.md index e05cddb374f182..57e4b157e3b957 100644 --- a/files/ja/web/xslt/transforming_xml_with_xslt/index.md +++ b/files/ja/web/xslt/transforming_xml_with_xslt/index.md @@ -65,19 +65,19 @@ l10n: [軸](/ja/docs/Web/XPath/Axes) -- [ancestor](/ja/docs/Web/XPath/Axes/ancestor) -- [ancestor-or-self](/ja/docs/Web/XPath/Axes/ancestor-or-self) -- [attribute](/ja/docs/Web/XPath/Axes/attribute) -- [child](/ja/docs/Web/XPath/Axes/child) -- [descendant](/ja/docs/Web/XPath/Axes/descendant) -- [descendant-or-self](/ja/docs/Web/XPath/Axes/descendant-or-self) -- [following](/ja/docs/Web/XPath/Axes/following) -- [following-sibling](/ja/docs/Web/XPath/Axes/following-sibling) -- [namespace](/ja/docs/Web/XPath/Axes/namespace) _(未対応)_ -- [parent](/ja/docs/Web/XPath/Axes/parent) -- [preceding](/ja/docs/Web/XPath/Axes/preceding) -- [preceding-sibling](/ja/docs/Web/XPath/Axes/preceding-sibling) -- [self](/ja/docs/Web/XPath/Axes/self) +- [ancestor](/ja/docs/Web/XPath/Axes#ancestor) +- [ancestor-or-self](/ja/docs/Web/XPath/Axes#ancestor-or-self) +- [attribute](/ja/docs/Web/XPath/Axes#attribute) +- [child](/ja/docs/Web/XPath/Axes#child) +- [descendant](/ja/docs/Web/XPath/Axes#descendant) +- [descendant-or-self](/ja/docs/Web/XPath/Axes#descendant-or-self) +- [following](/ja/docs/Web/XPath/Axes#following) +- [following-sibling](/ja/docs/Web/XPath/Axes#following-sibling) +- [namespace](/ja/docs/Web/XPath/Axes#namespace) _(未対応)_ +- [parent](/ja/docs/Web/XPath/Axes#parent) +- [preceding](/ja/docs/Web/XPath/Axes#preceding) +- [preceding-sibling](/ja/docs/Web/XPath/Axes#preceding-sibling) +- [self](/ja/docs/Web/XPath/Axes#self) ### 関数 @@ -120,9 +120,9 @@ l10n: - [true()](/ja/docs/Web/XPath/Functions/true) _(対応済み)_ - [unparsed-entity-url()](/ja/docs/Web/XPath/Functions/unparsed-entity-url) _(not 対応済み)_ -## さらなる読み物 +## 参考文献 -[さらなる読み物](/ja/docs/Web/XSLT/Transforming_XML_with_XSLT/For_Further_Reading) +[参考文献](/ja/docs/Web/XSLT/Transforming_XML_with_XSLT/For_Further_Reading) - [書籍](/ja/docs/Web/XSLT/Transforming_XML_with_XSLT/For_Further_Reading#書籍) - [デジタル](/ja/docs/Web/XSLT/Transforming_XML_with_XSLT/For_Further_Reading#デジタル)