diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-04-14 12:34:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 01:34:03 +0900 |
commit | 90ef2bfaaabf3adcbb50be1c5d538d564c43facb (patch) | |
tree | 045bae9bf5dcfcefaf38de4a578bbaf46ddaa1f1 /files/ja/web/xpath | |
parent | 656f5d2f0dae82bc66f2c22172c65b36cf68f6cc (diff) | |
download | translated-content-90ef2bfaaabf3adcbb50be1c5d538d564c43facb.tar.gz translated-content-90ef2bfaaabf3adcbb50be1c5d538d564c43facb.tar.bz2 translated-content-90ef2bfaaabf3adcbb50be1c5d538d564c43facb.zip |
getting rid of .alllinks links (#485)
Diffstat (limited to 'files/ja/web/xpath')
-rw-r--r-- | files/ja/web/xpath/index.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/files/ja/web/xpath/index.html b/files/ja/web/xpath/index.html index e049c40f0e..1fb35a3fe6 100644 --- a/files/ja/web/xpath/index.html +++ b/files/ja/web/xpath/index.html @@ -23,8 +23,6 @@ translation_of: Web/XPath <p><strong>Note:</strong> XPath のサポートは大きく異なります。 それは Firefox で合理的にうまくサポートされています (サポートをさらに改善する計画はありません) 。しかし、他のブラウザではそれを実装するのはそれほどではありません。ポリフィルが必要な場合は、<a href="http://nchc.dl.sourceforge.net/project/js-xpath/js-xpath/1.0.0/xpath.js">js-xpath</a>または <a href="https://github.com/google/wicked-good-xpath">wicked-good-xpath</a> を検討してください。</p> </div> -<div class="topicpage-table"> -<div class="section"> <h2 id="Documentation" name="Documentation">ドキュメント</h2> <dl> @@ -44,10 +42,6 @@ translation_of: Web/XPath <dd><strong>JXON</strong> (lossless <strong>J</strong>avaScript <strong>X</strong>ML <strong>O</strong>bject <strong>N</strong>otation) は、 <a href="/ja/docs/XML">XML</a> を使用した JavaScript オブジェクトの表現を定義する一般名です。XML インタープリターから XML 文書の全ての内容 (たとえば、Webアプリケーションの言語や設定 XML 文書など) を読み取る必要がある場合があります。このような場合、 JXON は最も実用的な方法と XPath の有効な代替方法を表すことができます。</dd> </dl> -<p><span class="alllinks"><a href="/ja/docs/tag/XPath" title="tag/XPath">すべて見る...</a></span></p> -</div> - -<div class="section"> <h2 id="Tools" name="Tools">ツール</h2> <dl> @@ -65,8 +59,7 @@ translation_of: Web/XPath <li><a href="/ja/docs/XSLT" title="XSLT">XSLT</a>, <a href="/ja/docs/Archive/XQuery" title="XQuery">XQuery</a>, <a href="/ja/docs/Web/XML" title="XML">XML</a>, <a href="/ja/docs/DOM" title="DOM">DOM</a>, <a href="/ja/docs/JXON" title="/ja/docs/JXON">JXON</a>, <a href="/ja/docs/JSON/JSONPath" title="JSON/JSONPath">JSONPath</a></li> <li><a href="/ja/docs/Web/CSS/CSS_Selectors/Comparison_with_XPath">CSS セレクターと XPath の比較</a></li> </ul> -</div> -</div> + <h2 id="Subnav">Subnav</h2> |