From 06ec49599e6f82ac672bdff870b0416141c03635 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 3 Aug 2024 01:24:54 +0900 Subject: [PATCH] =?UTF-8?q?Web/XPath/Functions=20=E4=BB=A5=E4=B8=8B?= =?UTF-8?q?=E3=81=AE=E8=A1=A8=E8=A8=98=E3=82=86=E3=82=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/xpath/functions/current/index.md | 2 +- files/ja/web/xpath/functions/document/index.md | 2 +- files/ja/web/xpath/functions/generate-id/index.md | 2 +- files/ja/web/xpath/functions/key/index.md | 2 +- files/ja/web/xpath/functions/system-property/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/ja/web/xpath/functions/current/index.md b/files/ja/web/xpath/functions/current/index.md index 8915447ddfa902..30b4671d4745aa 100644 --- a/files/ja/web/xpath/functions/current/index.md +++ b/files/ja/web/xpath/functions/current/index.md @@ -19,7 +19,7 @@ current() ### 注記 -この関数は XSLT 固有の XPath への追加です。コア XPath 関数ライブラリの一部ではありません。 +この関数は XSLT 固有の XPath への追加です。コア XPath 関数ライブラリーの一部ではありません。 一番外側の式(別の式内に現れない式)の場合、現在のノードは常にコンテキストノード(`.`または`self`構文によって返されます)と同じです。次の 2 つは意味的に同等です。 diff --git a/files/ja/web/xpath/functions/document/index.md b/files/ja/web/xpath/functions/document/index.md index 51c3b1166c8de4..29159fd73756c0 100644 --- a/files/ja/web/xpath/functions/document/index.md +++ b/files/ja/web/xpath/functions/document/index.md @@ -40,7 +40,7 @@ document(URI [,node-set] ) - URI は XSL 文書に関連するため、`document("")` は現在の文書のルートノードを返します。 -この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリの一部ではありません。 +この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリーの一部ではありません。 ## 定義 diff --git a/files/ja/web/xpath/functions/generate-id/index.md b/files/ja/web/xpath/functions/generate-id/index.md index f41fe10373f8b8..3cae7bfa440082 100644 --- a/files/ja/web/xpath/functions/generate-id/index.md +++ b/files/ja/web/xpath/functions/generate-id/index.md @@ -30,7 +30,7 @@ generate-id( [node-set] ) - 生成された ID は、その後の変換では同じではない可能性があります -この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリの一部ではありません。 +この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリーの一部ではありません。 ### 定義 diff --git a/files/ja/web/xpath/functions/key/index.md b/files/ja/web/xpath/functions/key/index.md index 831cf1a3ff8b99..4d6fcd606392d6 100644 --- a/files/ja/web/xpath/functions/key/index.md +++ b/files/ja/web/xpath/functions/key/index.md @@ -30,7 +30,7 @@ key( keyname, value ) - [`xsl:key`](/ja/docs/Web/XSLT/Element/key) 要素は、指定された要素がキーと一致するために使用される属性を定義します -この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリの一部ではありません。 +この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリーの一部ではありません。 ### 定義 diff --git a/files/ja/web/xpath/functions/system-property/index.md b/files/ja/web/xpath/functions/system-property/index.md index 065672442a258f..6b615659da86ba 100644 --- a/files/ja/web/xpath/functions/system-property/index.md +++ b/files/ja/web/xpath/functions/system-property/index.md @@ -24,7 +24,7 @@ system-property(name) ### 注 -- xsl:version: プロセッサーによって実装された XSLT のバージョンを示す数字。このドキュメントで指定されているバージョンの XSLT を実装している XSLT プロセッサの場合、これは 1.0 です +- xsl:version: プロセッサーによって実装された XSLT のバージョンを示す数字。このドキュメントで指定されているバージョンの XSLT を実装している XSLT プロセッサーの場合、これは 1.0 です - xsl:vendor: XSLT プロセッサーのベンダーを識別する文字列 - xsl:vendor-url: XSLT プロセッサーのベンダーを識別する URL を含む文字列。通常これはベンダーのウェブサイトのホストページ (ホームページ) です