From fceb101fffdcfa6620ace481d2fd0426dd10eb18 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 28 Dec 2021 22:06:33 +0900 Subject: Web/XPath/Functions/normalize-space の変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/xpath/functions/normalize-space/index.html | 35 ---------------------- .../web/xpath/functions/normalize-space/index.md | 35 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 files/ja/web/xpath/functions/normalize-space/index.html create mode 100644 files/ja/web/xpath/functions/normalize-space/index.md (limited to 'files/ja/web/xpath/functions') diff --git a/files/ja/web/xpath/functions/normalize-space/index.html b/files/ja/web/xpath/functions/normalize-space/index.html deleted file mode 100644 index e90715d2c3..0000000000 --- a/files/ja/web/xpath/functions/normalize-space/index.html +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: normalize-space -slug: Web/XPath/Functions/normalize-space -tags: - - XSLT - - XSLT_Reference -translation_of: Web/XPath/Functions/normalize-space ---- -

{{ XsltRef() }}

- -

normalize-space 関数は文字列から前後のホワイトスペースを取り除き、連続するホワイトスペースを 1 つのスペースに置き換え、その結果として得られる文字列を返します。

- -

構文

- -
normalize-space( [string] )
-
- -

引数

- -
-
string (省略可)
-
正規化する文字列。省略すると、コンテキストノードを文字列に変換したものが使用されます。
-
- -

返値

- -

正規化された文字列。

- -

定義

- -

XPath 1.0 4.2

- -

Gecko での対応

- -

対応済み。

diff --git a/files/ja/web/xpath/functions/normalize-space/index.md b/files/ja/web/xpath/functions/normalize-space/index.md new file mode 100644 index 0000000000..e90715d2c3 --- /dev/null +++ b/files/ja/web/xpath/functions/normalize-space/index.md @@ -0,0 +1,35 @@ +--- +title: normalize-space +slug: Web/XPath/Functions/normalize-space +tags: + - XSLT + - XSLT_Reference +translation_of: Web/XPath/Functions/normalize-space +--- +

{{ XsltRef() }}

+ +

normalize-space 関数は文字列から前後のホワイトスペースを取り除き、連続するホワイトスペースを 1 つのスペースに置き換え、その結果として得られる文字列を返します。

+ +

構文

+ +
normalize-space( [string] )
+
+ +

引数

+ +
+
string (省略可)
+
正規化する文字列。省略すると、コンテキストノードを文字列に変換したものが使用されます。
+
+ +

返値

+ +

正規化された文字列。

+ +

定義

+ +

XPath 1.0 4.2

+ +

Gecko での対応

+ +

対応済み。

-- cgit v1.2.3-54-g00ecf