diff options
Diffstat (limited to 'files/ja/xsltprocessor/index.html')
-rw-r--r-- | files/ja/xsltprocessor/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/files/ja/xsltprocessor/index.html b/files/ja/xsltprocessor/index.html new file mode 100644 index 0000000000..3a314b96b5 --- /dev/null +++ b/files/ja/xsltprocessor/index.html @@ -0,0 +1,11 @@ +--- +title: XSLTProcessor +slug: XSLTProcessor +translation_of: Web/API/XSLTProcessor +--- +<p>XSLTProcesor は、Mozilla の XSLT エンジンへのインタフェースを提供するオブジェクトです。特権のない JavaScript で利用可能です。</p> + +<ul> + <li><a href="/ja/docs/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations">Using the Mozilla JavaScript interface to XSL Transformations</a></li> + <li><a href="/ja/docs/The_XSLT_JavaScript_Interface_in_Gecko">The XSLT/JavaScript Interface in Gecko</a></li> +</ul> |