aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-12-28 22:10:18 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-04 21:17:56 +0900
commit278dbe9dae410a6055e9b35c52a53279f233ff89 (patch)
tree97c27c7bb6f80eb8d7bf8536d33c4aad1b1c664d /files/ja/web
parentfceb101fffdcfa6620ace481d2fd0426dd10eb18 (diff)
downloadtranslated-content-278dbe9dae410a6055e9b35c52a53279f233ff89.tar.gz
translated-content-278dbe9dae410a6055e9b35c52a53279f233ff89.tar.bz2
translated-content-278dbe9dae410a6055e9b35c52a53279f233ff89.zip
2021/10/09 時点の英語版に同期
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/xpath/functions/normalize-space/index.md29
1 files changed, 13 insertions, 16 deletions
diff --git a/files/ja/web/xpath/functions/normalize-space/index.md b/files/ja/web/xpath/functions/normalize-space/index.md
index e90715d2c3..71a54fc738 100644
--- a/files/ja/web/xpath/functions/normalize-space/index.md
+++ b/files/ja/web/xpath/functions/normalize-space/index.md
@@ -6,30 +6,27 @@ tags:
- XSLT_Reference
translation_of: Web/XPath/Functions/normalize-space
---
-<p>{{ XsltRef() }}</p>
+{{ XsltRef() }}
-<p><code>normalize-space</code> 関数は文字列から前後のホワイトスペースを取り除き、連続するホワイトスペースを 1 つのスペースに置き換え、その結果として得られる文字列を返します。</p>
+`normalize-space` 関数は、文字列から前後のホワイトスペースを取り除き、連続するホワイトスペースを 1 つのスペースに置き換え、その結果として得られる文字列を返します。
-<h3 id="Syntax">構文</h3>
+## 構文
-<pre class="eval">normalize-space( [<em>string</em>] )
-</pre>
+ normalize-space( [string] )
-<h3 id="Arguments">引数</h3>
+## 引数
-<dl>
- <dt><code><em>string</em></code> (省略可)</dt>
- <dd>正規化する文字列。省略すると、コンテキストノードを文字列に変換したものが使用されます。</dd>
-</dl>
+- `string` (省略可)
+ - : 正規化する文字列。省略すると、コンテキストノードを文字列に変換したものが使用されます。
-<h3 id="Returns">返値</h3>
+## 返値
-<p>正規化された文字列。</p>
+正規化された文字列。
-<h3 id="Defined">定義</h3>
+## 定義
-<p><a href="https://www.w3.org/TR/xpath#function-normalize-space">XPath 1.0 4.2</a></p>
+[XPath 1.0 4.2](https://www.w3.org/TR/xpath#function-normalize-space)
-<h3 id="Gecko_support">Gecko での対応</h3>
+## Gecko での対応
-<p>対応済み。</p>
+対応済み。