aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-05-08 01:21:53 +0900
committerGitHub <noreply@github.com>2021-05-08 01:21:53 +0900
commit4fc7e6641c5c29dc092972efab984cbc86ac965d (patch)
tree22f687a3a20da03c3e000ccfe46f0c26f3de3d63 /files
parent3ae8ec68643120de3c33aee446d88376cc05bcc9 (diff)
downloadtranslated-content-4fc7e6641c5c29dc092972efab984cbc86ac965d.tar.gz
translated-content-4fc7e6641c5c29dc092972efab984cbc86ac965d.tar.bz2
translated-content-4fc7e6641c5c29dc092972efab984cbc86ac965d.zip
Web/XPath/Functions 以下の複数の文書を更新 (#631)
* Web/XPath/Functions/ceiling を更新 - 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/concat を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/count を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/false を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/floor を更新 2021/02/20 時点の英語版に更新 * Web/XPath/Functions/id を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/lang を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/last を更新 2021/02/22 時点の英語版に同期 * Web/XPath/Functions/local-name を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/name を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/namespace-uri を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/normalize-space を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/not を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/number を更新 2021/02/22 時点の英語版に同期 * Web/XPath/Functions/position を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/round を更新 2021/02/20 時点の英語版に同期 * 「実数」表記を「小数」表記に修正 * Web/XPath/Functions/starts-with を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/string-length を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/string を更新 2021/02/20 時点の英語版に同期 * Web/XPath/Functions/substring を更新 2021/02/20 時点の英語版に同期
Diffstat (limited to 'files')
-rw-r--r--files/ja/web/xpath/functions/ceiling/index.html24
-rw-r--r--files/ja/web/xpath/functions/concat/index.html26
-rw-r--r--files/ja/web/xpath/functions/count/index.html26
-rw-r--r--files/ja/web/xpath/functions/false/index.html28
-rw-r--r--files/ja/web/xpath/functions/floor/index.html28
-rw-r--r--files/ja/web/xpath/functions/id/index.html37
-rw-r--r--files/ja/web/xpath/functions/lang/index.html36
-rw-r--r--files/ja/web/xpath/functions/last/index.html28
-rw-r--r--files/ja/web/xpath/functions/local-name/index.html34
-rw-r--r--files/ja/web/xpath/functions/name/index.html30
-rw-r--r--files/ja/web/xpath/functions/namespace-uri/index.html36
-rw-r--r--files/ja/web/xpath/functions/normalize-space/index.html28
-rw-r--r--files/ja/web/xpath/functions/not/index.html40
-rw-r--r--files/ja/web/xpath/functions/number/index.html34
-rw-r--r--files/ja/web/xpath/functions/position/index.html28
-rw-r--r--files/ja/web/xpath/functions/round/index.html30
-rw-r--r--files/ja/web/xpath/functions/starts-with/index.html31
-rw-r--r--files/ja/web/xpath/functions/string-length/index.html26
-rw-r--r--files/ja/web/xpath/functions/string/index.html32
-rw-r--r--files/ja/web/xpath/functions/substring/index.html33
-rw-r--r--files/ja/web/xpath/functions/true/index.html4
21 files changed, 179 insertions, 440 deletions
diff --git a/files/ja/web/xpath/functions/ceiling/index.html b/files/ja/web/xpath/functions/ceiling/index.html
index f2f7c7b4a3..7a45cc4e72 100644
--- a/files/ja/web/xpath/functions/ceiling/index.html
+++ b/files/ja/web/xpath/functions/ceiling/index.html
@@ -10,25 +10,19 @@ translation_of: Web/XPath/Functions/ceiling
<p><code>ceiling</code> 関数は小数を評価し、その小数以上の最も小さい整数を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">ceiling(<em>number</em> )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>number</em></code></dt>
<dd>評価する数値。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p><code><em>number</em></code> 以上の最も近い整数。</p>
@@ -38,16 +32,10 @@ translation_of: Web/XPath/Functions/ceiling
<p><code>    ceiling (<em>-5.2</em>)</code> = <var>-5</var></p>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
+<h3 id="Defined">定義</h3>
<p><a class="external" href="http://www.w3.org/TR/xpath#function-ceiling">XPath 1.0 4.4</a></p>
-<p>{{ 英語版章題("Gecko Support") }}</p>
-
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
-
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/ceiling", "fr": "fr/XPath/Fonctions/ceiling", "pl": "pl/XPath/Funkcje/ceiling" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/concat/index.html b/files/ja/web/xpath/functions/concat/index.html
index 5d1d2c5c09..eb540091a4 100644
--- a/files/ja/web/xpath/functions/concat/index.html
+++ b/files/ja/web/xpath/functions/concat/index.html
@@ -10,38 +10,26 @@ translation_of: Web/XPath/Functions/concat
<p><code>concat</code> 関数は 2 つ以上の文字列を連結し、その結果として得られる文字列を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">concat(<em>string<sub>1</sub></em> ,<em>string<sub>2</sub></em> [,<em>string<sub>n</sub></em>]* )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>string<sub>n</sub></em></code></dt>
<dd>この関数は 2 つ以上の引数を受け入れます。それぞれの引数は文字列です。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>関数に引数として渡されたすべての文字列を連結した、単一の文字列。</p>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-concat">XPath 1.0 4.2</a></p>
-
-<p>{{ 英語版章題("Gecko Support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-concat">XPath 1.0 4.2</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/concat", "fr": "fr/XPath/Fonctions/concat", "pl": "pl/XPath/Funkcje/concat" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/count/index.html b/files/ja/web/xpath/functions/count/index.html
index 6883cfc04b..d6dadf3488 100644
--- a/files/ja/web/xpath/functions/count/index.html
+++ b/files/ja/web/xpath/functions/count/index.html
@@ -10,38 +10,26 @@ translation_of: Web/XPath/Functions/count
<p><code>count</code> 関数はノード集合に含まれるノードの数を数え、その整数を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">count(<em>node-set</em> )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>node-set</em></code></dt>
<dd>カウント対象のノード集合。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>ノード集合に含まれるノードの数を表す整数。</p>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-count">XPath 1.0 4.1</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-count">XPath 1.0 4.1</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/count", "fr": "fr/XPath/Fonctions/count", "pl": "pl/XPath/Funkcje/count" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/false/index.html b/files/ja/web/xpath/functions/false/index.html
index a6748ec1e0..66d2460c2e 100644
--- a/files/ja/web/xpath/functions/false/index.html
+++ b/files/ja/web/xpath/functions/false/index.html
@@ -10,22 +10,16 @@ translation_of: Web/XPath/Functions/false
<p><code>false</code> 関数は真偽値 false を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">false()
</pre>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
-
-<p>真偽値 <code>false</code>。</p>
+<h3 id="Returns">返値</h3>
-<p>{{ 英語版章題("Notes") }}</p>
+<p>真偽値 <code>false</code> です。</p>
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<p>この関数は比較の一部として役立ちます。</p>
@@ -34,16 +28,10 @@ translation_of: Web/XPath/Functions/false
&lt;/xsl:if&gt;
</pre>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-false">XPath 1.0 4.3</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-false">XPath 1.0 4.3</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<p>{{ languages( { "en": "en/XPath/Functions/false", "fr": "fr/XPath/Fonctions/false", "pl": "pl/XPath/Funkcje/false" } ) }}</p>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/floor/index.html b/files/ja/web/xpath/functions/floor/index.html
index d87af4cb52..2d626826a4 100644
--- a/files/ja/web/xpath/functions/floor/index.html
+++ b/files/ja/web/xpath/functions/floor/index.html
@@ -10,38 +10,26 @@ translation_of: Web/XPath/Functions/floor
<p><code>floor</code> 関数は小数を評価し、その小数以下の最も大きい整数を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
+<h3 id="Syntax">構文</h3>
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
-
-<pre class="eval">floor(<em>number</em> )
+<pre class="eval">floor( <em>number</em> )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>number</em></code></dt>
<dd>評価する小数。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p><code><em>number</em></code> 以下の最も近い整数。</p>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-floor">XPath 1.0 4.4</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-floor">XPath 1.0 4.4</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/floor", "fr": "fr/XPath/Fonctions/floor", "pl": "pl/XPath/Funkcje/floor" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/id/index.html b/files/ja/web/xpath/functions/id/index.html
index 745c86d70f..1f6ad80b37 100644
--- a/files/ja/web/xpath/functions/id/index.html
+++ b/files/ja/web/xpath/functions/id/index.html
@@ -8,52 +8,35 @@ translation_of: Web/XPath/Functions/id
---
<p>{{ XsltRef() }}</p>
-<p><code>id</code> 関数は与えられた ID に一致するノードを探し、識別されたノードを格納するノード集合を返します。</p>
+<p><code>id</code> 関数は渡された ID に一致するノードを探し、識別されたノードを格納するノード集合を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">id(<em>expression</em> )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>expression</em></code></dt>
<dd><code><em>expression</em></code> がノード集合ならば、そのノード集合内のそれぞれのノードの文字列値が個々の ID として扱われます。返されるノード集合はそれらの ID に対応するノードの集合です。</dd>
-</dl>
-
-<dl>
<dd><code><em>expression</em></code> が文字列、またはその他のノード集合以外の型である場合、<code><em>expression</em></code> は空白で区切られた ID のリストとして扱われます。返されるノード集合はそれらの ID に対応するノードの集合です。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>与えられた単一または複数の ID によって識別された、単一または複数のノードを格納したノード集合。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
- <li>どの属性が ID として扱われるかは、XML 文書の DTD によって決定されます。 <a class="external" href="http://www.w3.org/TR/xpath#unique-id">XPath 1.0 5.2.1</a> を参照してください。</li>
+ <li>どの属性が ID として扱われるかは、XML 文書の DTD によって決定されます。 <a href="http://www.w3.org/TR/xpath#unique-id">XPath 1.0 5.2.1</a> を参照してください。</li>
</ul>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-id">XPath 1.0 4.1</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-id">XPath 1.0 4.1</a></p>
-<p>一部サポート</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/id", "fr": "fr/XPath/Fonctions/id", "pl": "pl/XPath/Funkcje/id" } ) }}</div>
+<p>一部対応。</p>
diff --git a/files/ja/web/xpath/functions/lang/index.html b/files/ja/web/xpath/functions/lang/index.html
index b52a8114d0..58fa50c595 100644
--- a/files/ja/web/xpath/functions/lang/index.html
+++ b/files/ja/web/xpath/functions/lang/index.html
@@ -8,36 +8,28 @@ translation_of: Web/XPath/Functions/lang
---
<p>{{ XsltRef() }}</p>
-<p><code>lang</code> 関数は、コンテキストノードの言語が与えられた言語に一致するかどうかを判定し、真偽値 true または false を返します。</p>
+<p><code>lang</code> 関数は、コンテキストノードの言語が渡された言語に一致するかどうかを判定し、真偽値 true または false を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">lang(<em>string</em> )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>string</em></code></dt>
<dd>マッチさせる言語コードまたはローカライゼーション (言語と国) コード。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>コンテキストノードが与えられた言語に一致すれば <code>true</code>。そうでなければ <code>false</code>。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
- <li>ノードの言語はそのノードの <code>xml:lang</code> 属性で決定されます。 現在のノードが <code>xml:lang</code> 属性を持たなければ、 <code>xml:lang</code> 属性を持つ直近の祖先の <code>xml:lang</code> 属性の値が現在のノードの言語を決定します。言語を判定することができなければ (どの祖先も <code>xml:lang</code> 属性を持たなければ) 、この関数は false を返します。</li>
+ <li>ノードの言語はそのノードの <code>xml:lang</code> 属性で決定されます。 現在のノードが <code>xml:lang</code> 属性を持たなければ、 <code>xml:lang</code> 属性を持つ直近の祖先の <code>xml:lang</code> 属性の値が現在のノードの言語を決定します。言語を判定することができなければ (どの祖先も <code>xml:lang</code> 属性を持たなければ)、この関数は false を返します。</li>
</ul>
<ul>
@@ -48,7 +40,7 @@ translation_of: Web/XPath/Functions/lang
<pre>&lt;p xml:lang="en"&gt;I went up a floor.&lt;/p&gt;
&lt;p xml:lang="en-GB"&gt;I took the lift.&lt;/p&gt;
-&lt;p xsl:lang="en-US"&gt;I rode the elevator.&lt;/p&gt;</pre>
+&lt;p xml:lang="en-US"&gt;I rode the elevator.&lt;/p&gt;</pre>
<p>このような XSL テンプレートの一部があったとすると、</p>
@@ -66,16 +58,10 @@ translation_of: Web/XPath/Functions/lang
0
</pre>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-lang">XPath 1.0 4.3</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-lang">XPath 1.0 4.3</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/lang", "fr": "fr/XPath/Fonctions/lang", "pl": "pl/XPath/Funkcje/lang" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/last/index.html b/files/ja/web/xpath/functions/last/index.html
index 60cbe6e906..13fdb19750 100644
--- a/files/ja/web/xpath/functions/last/index.html
+++ b/files/ja/web/xpath/functions/last/index.html
@@ -10,37 +10,25 @@ translation_of: Web/XPath/Functions/last
<p><code>last</code> 関数は、式評価コンテキストのコンテキストサイズに等しい数値を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">last()
</pre>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>式評価コンテキストのコンテキストサイズに等しい整数。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
- <li>この関数は、特定のノードがノード集合内で最後のものであるかどうかを判定するために、 <a href="ja/XPath/Functions/position"> position()</a> 関数をともなってよく用いられます。</li>
+ <li>この関数は、特定のノードがノード集合内で最後のものであるかどうかを判定するために、 <a href="/ja/XPath/Functions/position"> position()</a> 関数をともなってよく用いられます。</li>
</ul>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-last">XPath 1.0 4.1</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-last">XPath 1.0 4.1</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/last", "fr": "fr/XPath/Fonctions/last", "pl": "pl/XPath/Funkcje/last" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/local-name/index.html b/files/ja/web/xpath/functions/local-name/index.html
index f387d68dcc..ccdff70568 100644
--- a/files/ja/web/xpath/functions/local-name/index.html
+++ b/files/ja/web/xpath/functions/local-name/index.html
@@ -8,48 +8,34 @@ translation_of: Web/XPath/Functions/local-name
---
<p>{{ XsltRef() }}</p>
-<p><code>local-name</code> 関数は、与えられたノード集合内の最初のノードの{{ 原語併記("ローカル名", "local name") }}を表す文字列を返します。</p>
+<p><code>local-name</code> 関数は、与えられたノード集合内の最初のノードのローカル名 (local name) を表す文字列を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">local-name( [<em>node-set</em>] )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>node-set</em></code> (省略可)</dt>
<dd>このノード集合内の最初のノードのローカル名が返されます。引数を省略すると、現在のコンテキストノードが使用されます。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>文字列。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
- <li>ローカル名は{{ 原語併記("<a class='\"external\"' href='\"http://www.w3.org/TR/xpath#dt-expanded-name\"'>展開名</a>", "expanded-name") }}のローカル部分です。</li>
+ <li>ローカル名は展開名 (<a href="https://www.w3.org/TR/xpath#dt-expanded-name">expanded-name</a>) のローカル部分です。</li>
</ul>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-local-name">XPath 1.0 4.1</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-local-name">XPath 1.0 4.1</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/local-name", "fr": "fr/XPath/Fonctions/local-name", "pl": "pl/XPath/Funkcje/local-name" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/name/index.html b/files/ja/web/xpath/functions/name/index.html
index 56255abfcb..426f40f2dd 100644
--- a/files/ja/web/xpath/functions/name/index.html
+++ b/files/ja/web/xpath/functions/name/index.html
@@ -10,46 +10,32 @@ translation_of: Web/XPath/Functions/name
<p><code>name</code> 関数は、与えられたノード集合内の最初のノードの QName を表す文字列を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">name( [<em>node-set</em>] )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>node-set</em></code> (省略可)</dt>
<dd>このノード集合内の最初のノードの QName が返されます。引数を省略すると、現在のコンテキストノードが使用されます。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>ノードの QName を表す文字列。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
<li><a class="external" href="http://www.w3.org/TR/REC-xml-names/#NT-QName">QName</a> はノードの修飾名であり、名前空間接頭辞とローカル名が含まれます。</li>
</ul>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-local-name">XPath 1.0 4.1</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-local-name">XPath 1.0 4.1</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/name", "fr": "fr/XPath/Fonctions/name", "pl": "pl/XPath/Funkcje/name" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/namespace-uri/index.html b/files/ja/web/xpath/functions/namespace-uri/index.html
index abc925a58d..9fbd5f40c5 100644
--- a/files/ja/web/xpath/functions/namespace-uri/index.html
+++ b/files/ja/web/xpath/functions/namespace-uri/index.html
@@ -8,52 +8,38 @@ translation_of: Web/XPath/Functions/namespace-uri
---
<p>{{ XsltRef() }}</p>
-<p><code>namespace-uri</code> 関数は、与えられたノード集合内の最初のノードの名前空間 URI を表す文字列を返します。</p>
+<p><code>namespace-uri</code> 関数は、指定されたノード集合内の最初のノードの名前空間 URI を表す文字列を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">namespace-uri( [<em>node-set</em>] )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>node-set</em></code> (省略可)</dt>
<dd>このノード集合内の最初のノードの名前空間 URI が返されます。引数を省略すると、現在のコンテキストノードが使用されます。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
-
-<p>与えられたノードが属する名前空間の URI を表す文字列。</p>
+<h3 id="Returns">返値</h3>
-<p>{{ 英語版章題("Notes") }}</p>
+<p>指定されたノードが属する名前空間の URI を表す文字列。</p>
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
- <li>与えられたノードが特定の名前空間を持たなければ、空文字列が返されます。</li>
+ <li>指定されたノードが特定の名前空間を持たなければ、空文字列が返されます。</li>
</ul>
<ul>
<li>要素ノードおよび属性ノード以外のノードに対しては、常に空文字列が返されます。</li>
</ul>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-local-name">XPath 1.0 4.1</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-local-name">XPath 1.0 4.1</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/namespace-uri", "fr": "fr/XPath/Fonctions/namespace-uri", "pl": "pl/XPath/Funkcje/namespace-uri" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/normalize-space/index.html b/files/ja/web/xpath/functions/normalize-space/index.html
index 5bfcf55d6b..e90715d2c3 100644
--- a/files/ja/web/xpath/functions/normalize-space/index.html
+++ b/files/ja/web/xpath/functions/normalize-space/index.html
@@ -8,38 +8,28 @@ translation_of: Web/XPath/Functions/normalize-space
---
<p>{{ XsltRef() }}</p>
-<p><code>normalize-space</code> 関数は文字列から前後の空白文字を取り除き、連続する空白文字を 1 つのスペースに置き換え、その結果として得られる文字列を返します。</p>
+<p><code>normalize-space</code> 関数は文字列から前後のホワイトスペースを取り除き、連続するホワイトスペースを 1 つのスペースに置き換え、その結果として得られる文字列を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
+<h3 id="Syntax">構文</h3>
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
-
-<pre class="eval notranslate">normalize-space( [<em>string</em>] )
+<pre class="eval">normalize-space( [<em>string</em>] )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>string</em></code> (省略可)</dt>
<dd>正規化する文字列。省略すると、コンテキストノードを文字列に変換したものが使用されます。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>正規化された文字列。</p>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-normalize-space">XPath 1.0 4.2</a></p>
+<h3 id="Defined">定義</h3>
-<p>{{ 英語版章題("Gecko support") }}</p>
+<p><a href="https://www.w3.org/TR/xpath#function-normalize-space">XPath 1.0 4.2</a></p>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<p>サポート済み。</p>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/not/index.html b/files/ja/web/xpath/functions/not/index.html
index a12bf3d3d4..42a0076dbe 100644
--- a/files/ja/web/xpath/functions/not/index.html
+++ b/files/ja/web/xpath/functions/not/index.html
@@ -10,46 +10,40 @@ translation_of: Web/XPath/Functions/not
<p><code>not</code> 関数は式を真偽値として評価し、その逆の値を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">not(<em>expression</em> )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><code><em>expression</em></code></dt>
- <dd>この式は <a href="ja/XPath/Functions/boolean"> boolean()</a> 関数の引数として渡された場合とまったく同じように評価されます。</dd>
+ <dd>この式は <a href="/ja/docs/Web/XPath/Functions/boolean">boolean()</a> 関数の引数として渡された場合とまったく同じように評価されます。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>false と評価できる式に対しては true を返し、true と評価できる式に対しては false を返します。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
- <li>この関数は <a href="ja/XPath/Functions/boolean"> boolean()</a> 関数と同様のふるまいをしますが、返される値はその逆です。</li>
+ <li>この関数は <a href="/ja/docs/Web/XPath/Functions/boolean">boolean()</a> 関数と同様のふるまいをしますが、返される値はその逆です。</li>
+ <li>要素に一部の属性がないことを検査することができます。</li>
</ul>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-not">XPath 1.0 4.3</a></p>
+<pre class="eval">&lt;xsl:for-each match="//a[not(@name and @name = 'badname')]"&gt;
+ &lt;!-- iterates over any &lt;a&gt; element in the document, that
+ either has no 'name' attribute at all, or it has one,
+ but its value is not "badname". --&gt;
+&lt;/xsl:template&gt;
+</pre>
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-not">XPath 1.0 4.3</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/not", "fr": "fr/XPath/Fonctions/not", "pl": "pl/XPath/Funkcje/not" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/number/index.html b/files/ja/web/xpath/functions/number/index.html
index 99997dc9c4..dcf14f1304 100644
--- a/files/ja/web/xpath/functions/number/index.html
+++ b/files/ja/web/xpath/functions/number/index.html
@@ -10,49 +10,35 @@ translation_of: Web/XPath/Functions/number
<p><code>number</code> 関数はオブジェクトを数値に変換し、その数値を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">number( [<em>object</em>] )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><em><code>object</code></em>(省略可)</dt>
<dd>数値に変換するオブジェクト。引数を省略すると、現在のコンテキストノードが使用されます。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>オブジェクトを変換した結果として得られる数値。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
<li>文字列は、文字列内で数値の前にある空白文字を取り除き、数値の後にある空白文字を無視することによって数値に変換されます。文字列がこのパターンに一致しない場合は、NaN に変換されます。</li>
- <li>真偽値 true は 1 に変換され、false は 0 に変換されます。</li>
- <li>ノード集合は、まず <a href="ja/XPath/Functions/string">string()</a> 関数を呼び出したかのように文字列に変換され、それから文字列の引数と同じ方法で変換されます。</li>
+ <li>真偽値 true は 1 に変換され、 false は 0 に変換されます。</li>
+ <li>ノード集合は、まず <a href="/ja/docs/Web/XPath/Functions/string">string()</a> 関数を呼び出したかのように文字列に変換され、それから文字列の引数と同じ方法で変換されます。</li>
<li>4 つの基本型以外の型のオブジェクトは、その型に応じた方法で数値に変換されます。</li>
</ul>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-number">XPath 1.0 4.4</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-number">XPath 1.0 4.4</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/number", "fr": "fr/XPath/Fonctions/number", "pl": "pl/XPath/Funkcje/number" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/position/index.html b/files/ja/web/xpath/functions/position/index.html
index 80d3c2ed60..72efb27730 100644
--- a/files/ja/web/xpath/functions/position/index.html
+++ b/files/ja/web/xpath/functions/position/index.html
@@ -10,25 +10,19 @@ translation_of: Web/XPath/Functions/position
<p><code>position</code> 関数は、式評価コンテキストのコンテキスト位置に等しい数値を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">position()
</pre>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>式評価コンテキストのコンテキスト位置に等しい整数。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
- <li>コンテキストにおけるノードの位置はゼロ始まりではないことに注意してください。 最初のノードの位置は 1 です。</li>
+ <li>コンテキストにおけるノードの位置はゼロ起点ではないことに注意してください。最初のノードの位置は 1 です。</li>
</ul>
<ul>
@@ -47,16 +41,10 @@ translation_of: Web/XPath/Functions/position
&lt;/xsl:template&gt;
</pre>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-position">XPath 1.0 4.1</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-position">XPath 1.0 4.1</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/position", "fr": "fr/XPath/Fonctions/position", "pl": "pl/XPath/Funkcje/position" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/round/index.html b/files/ja/web/xpath/functions/round/index.html
index 2d0b9e61a1..f141525e74 100644
--- a/files/ja/web/xpath/functions/round/index.html
+++ b/files/ja/web/xpath/functions/round/index.html
@@ -10,46 +10,32 @@ translation_of: Web/XPath/Functions/round
<p><code>round</code> 関数は、与えられた数値に最も近い整数を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">round(<em>decimal</em> )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><em><code>decimal</code></em></dt>
<dd>丸められる小数。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p><em><code>decimal</code></em>よりも小さいか、大きいか、等しい、最も近い整数。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
<li>-0.5 は負のゼロに丸められます。 0.4 は正のゼロに丸められます。</li>
</ul>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-round">XPath 1.0 4.4</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-round">XPath 1.0 4.4</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/round", "fr": "fr/XPath/Fonctions/round", "pl": "pl/XPath/Funkcje/round" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/starts-with/index.html b/files/ja/web/xpath/functions/starts-with/index.html
index 9fd53c61bf..5bf58577a3 100644
--- a/files/ja/web/xpath/functions/starts-with/index.html
+++ b/files/ja/web/xpath/functions/starts-with/index.html
@@ -10,43 +10,28 @@ translation_of: Web/XPath/Functions/starts-with
<p><code>starts-with</code> 関数は第 1 引数の文字列が第 2 引数の文字列で始まるかどうかを調べ、true または false を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
+<h3 id="Syntax">構文</h3>
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
-
-<pre class="eval">starts-with(<em>haystack</em> ,<em>needle</em>)
+<pre class="eval">starts-with(<em>haystack</em>, <em>needle</em>)
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><em><code>haystack</code></em></dt>
<dd>検索される文字列。</dd>
-</dl>
-
-<dl>
<dt><em><code>needle</code></em></dt>
<dd>検索する文字列。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p><em><code>haystack</code></em>が<em><code>needle</code></em> で始まれば <code>true</code>。 そうでなければ <code>false</code>。</p>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-starts-with">XPath 1.0 4.2</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-starts-with">XPath 1.0 4.2</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/starts-with", "fr": "fr/XPath/Fonctions/starts-with", "pl": "pl/XPath/Funkcje/starts-with" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/string-length/index.html b/files/ja/web/xpath/functions/string-length/index.html
index 91f2cdb84c..50aefab936 100644
--- a/files/ja/web/xpath/functions/string-length/index.html
+++ b/files/ja/web/xpath/functions/string-length/index.html
@@ -10,38 +10,26 @@ translation_of: Web/XPath/Functions/string-length
<p><code>string-length</code> 関数は、与えられた文字列の文字数に等しい数値を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">string-length( [<em>string</em>] )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><em><code>string</code></em>(省略可)</dt>
<dd>評価する文字列。省略すると、コンテキストノードを文字列に変換したものが使用されます。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>文字列の文字数に等しい整数。</p>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-string-length">XPath 1.0 4.2</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-string-length">XPath 1.0 4.2</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/string-length", "fr": "fr/XPath/Fonctions/string-length", "pl": "pl/XPath/Funkcje/string-length" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/string/index.html b/files/ja/web/xpath/functions/string/index.html
index 9b81b0b54d..a55dcb3362 100644
--- a/files/ja/web/xpath/functions/string/index.html
+++ b/files/ja/web/xpath/functions/string/index.html
@@ -10,31 +10,23 @@ translation_of: Web/XPath/Functions/string
<p><code>string</code> 関数は与えられた引数を文字列に変換します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">string( [<em>object</em>] )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><em><code>object</code></em>(省略可)</dt>
<dd>文字列に変換するオブジェクト。省略すると、コンテキストノードが使用されます。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>文字列。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<ul>
<li>オブジェクトがノード集合ならば、その集合内の最初のノードの文字列値が返されます。</li>
@@ -46,20 +38,14 @@ translation_of: Web/XPath/Functions/string
<li>正の無限大は文字列 Infinity に変換されます。</li>
<li>負の無限大は文字列 -Infinity に変換されます。</li>
<li>-1 と 1 の間の小数は、小数点の前に 0 を 1 つ付けた形式で文字列に変換されます。</li>
+ <li>論理値の true は文字列の true に変換されます。</li>
+ <li>論理値の false は文字列の false に変換されます。</li>
</ul>
</li>
</ul>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-string">XPath 1.0 4.2</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
-
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<h3 id="Defined">定義</h3>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/string", "fr": "fr/XPath/Fonctions/string", "pl": "pl/XPath/Funkcje/string" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/substring/index.html b/files/ja/web/xpath/functions/substring/index.html
index 5b1be6817e..b8da7a9164 100644
--- a/files/ja/web/xpath/functions/substring/index.html
+++ b/files/ja/web/xpath/functions/substring/index.html
@@ -10,16 +10,12 @@ translation_of: Web/XPath/Functions/substring
<p><code>substring</code> 関数は与えられた文字列の一部を返します。</p>
-<p>{{ 英語版章題("Syntax") }}</p>
-
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3>
+<h3 id="Syntax">構文</h3>
<pre class="eval">substring(<em>string</em> ,<em>start</em> [,<em>length</em>] )
</pre>
-<p>{{ 英語版章題("Arguments") }}</p>
-
-<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3>
+<h3 id="Arguments">引数</h3>
<dl>
<dt><em><code>string</code></em></dt>
@@ -29,35 +25,22 @@ translation_of: Web/XPath/Functions/substring
<dl>
<dt><em><code>start</code></em></dt>
<dd><em><code>string</code></em>内での部分文字列の開始位置。</dd>
-</dl>
-
-<dl>
<dt><em><code>length</code></em>(省略可)</dt>
<dd>部分文字列の長さ。 省略すると、返される文字列には<em><code>start</code></em> の位置から<em><code>string</code></em> の最後までのすべての文字が格納される。</dd>
</dl>
-<p>{{ 英語版章題("Returns") }}</p>
-
-<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3>
+<h3 id="Returns">返値</h3>
<p>文字列。</p>
-<p>{{ 英語版章題("Notes") }}</p>
-
-<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3>
+<h3 id="Notes">注</h3>
<p>他の XPath 関数と同様に、位置はゼロ始まりではありません。 文字列内の最初の文字の位置は 1 であり、0 ではありません。</p>
-<p>{{ 英語版章題("Defined") }}</p>
-
-<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3>
-
-<p><a class="external" href="http://www.w3.org/TR/xpath#function-substring">XPath 1.0 4.2</a></p>
-
-<p>{{ 英語版章題("Gecko support") }}</p>
+<h3 id="Defined">定義</h3>
-<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
+<p><a href="https://www.w3.org/TR/xpath#function-substring">XPath 1.0 4.2</a></p>
-<p>サポート済み。</p>
+<h3 id="Gecko_support">Gecko での対応</h3>
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/substring", "es": "es/XPath/Funciones/substring", "fr": "fr/XPath/Fonctions/substring", "pl": "pl/XPath/Funkcje/substring" } ) }}</div>
+<p>対応済み。</p>
diff --git a/files/ja/web/xpath/functions/true/index.html b/files/ja/web/xpath/functions/true/index.html
index 1e6bfa7d6c..e92255e96b 100644
--- a/files/ja/web/xpath/functions/true/index.html
+++ b/files/ja/web/xpath/functions/true/index.html
@@ -33,6 +33,4 @@ translation_of: Web/XPath/Functions/true
<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3>
-<p>サポート済み。</p>
-
-<div class="noinclude">{{ languages( { "en": "en/XPath/Functions/true", "es": "es/XPath/Funciones/true", "fr": "fr/XPath/Fonctions/true", "pl": "pl/XPath/Funkcje/true" } ) }}</div>
+<p>対応済み。</p>