diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/api/xsltprocessor/resources | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/web/api/xsltprocessor/resources')
-rw-r--r-- | files/ja/web/api/xsltprocessor/resources/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ja/web/api/xsltprocessor/resources/index.html b/files/ja/web/api/xsltprocessor/resources/index.html new file mode 100644 index 0000000000..5df1f1d465 --- /dev/null +++ b/files/ja/web/api/xsltprocessor/resources/index.html @@ -0,0 +1,17 @@ +--- +title: Resources +slug: Web/API/XSLTProcessor/Resources +translation_of: Web/API/XSLTProcessor/Resources +--- +<p> </p> + +<h2 id=".E5.8F.82.E8.80.83" name=".E5.8F.82.E8.80.83">参考</h2> + +<ul> + <li><a class="external" href="http://devedge.netscape.com/library/manuals/2001/xslt/1.0/">Transforming XML: Netscape and XSLT</a></li> + <li><a class="external" href="http://www-106.ibm.com/developerworks/library/x-xslt/">What kind of language is XSLT?</a> (<a class="external" href="http://www-106.ibm.com/developerworks/">IBM developerWorks</a>)</li> + <li><a class="external" href="http://www.zvon.org/xxl/XSLTutorial/Books/Book1/index.html">XSLT Tutorial</a> (<a class="external" href="http://www.zvon.org/">zvon.org</a>)</li> + <li><a class="external" href="http://www.zvon.org/xxl/XPathTutorial/General/examples.html">XPath Tutorial</a> (<a class="external" href="http://www.zvon.org/">zvon.org</a>)</li> + <li><a class="external" href="http://www.mozilla.org/projects/xslt/js-interface.html">Using the Mozilla JavaScript interface to do XSL Transformations</a> (<a class="external" href="http://www.mozilla.org/">mozilla.org</a>)</li> + <li><a class="external" href="http://www.mozilla.org/projects/xslt/">Mozilla.org の XSLT プロジェクトページ</a> (よく起こる問題についてのセクションを含む)</li> +</ul> |