Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/XPath/Functions 以下の表記ゆれを修正 #22894

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/ja/web/xpath/functions/current/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ current()

### 注記

この関数は XSLT 固有の XPath への追加です。コア XPath 関数ライブラリの一部ではありません
この関数は XSLT 固有の XPath への追加です。コア XPath 関数ライブラリーの一部ではありません

一番外側の式(別の式内に現れない式)の場合、現在のノードは常にコンテキストノード(`.`または`self`構文によって返されます)と同じです。次の 2 つは意味的に同等です。

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/xpath/functions/document/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ document(URI [,node-set] )

- URI は XSL 文書に関連するため、`document("")` は現在の文書のルートノードを返します。

この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリの一部ではありません
この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリーの一部ではありません

## 定義

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/xpath/functions/generate-id/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generate-id( [node-set] )

- 生成された ID は、その後の変換では同じではない可能性があります

この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリの一部ではありません
この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリーの一部ではありません

### 定義

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/xpath/functions/key/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ key( keyname, value )

- [`xsl:key`](/ja/docs/Web/XSLT/Element/key) 要素は、指定された要素がキーと一致するために使用される属性を定義します

この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリの一部ではありません
この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリーの一部ではありません

### 定義

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/xpath/functions/system-property/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 を含む文字列。通常これはベンダーのウェブサイトのホストページ (ホームページ) です

Expand Down