diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:25:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:25:40 +0100 |
commit | 0a2614c9e651a70a09da25ccf96b04662de6719d (patch) | |
tree | bcbed7459a775e21674282ffb33d07dc942b9097 /files/ko/web/api/xsltprocessor/resources/index.html | |
parent | 7a19fcc400749230196db0c64b0bfbe626d193c4 (diff) | |
parent | f2db11d0be377464daa06807f993a562c7dc10ac (diff) | |
download | translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.gz translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.bz2 translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.zip |
Merge pull request #37 from fiji-flo/unslugging-ko
Unslugging ko
Diffstat (limited to 'files/ko/web/api/xsltprocessor/resources/index.html')
-rw-r--r-- | files/ko/web/api/xsltprocessor/resources/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ko/web/api/xsltprocessor/resources/index.html b/files/ko/web/api/xsltprocessor/resources/index.html new file mode 100644 index 0000000000..2d0d6dda69 --- /dev/null +++ b/files/ko/web/api/xsltprocessor/resources/index.html @@ -0,0 +1,15 @@ +--- +title: Resources +slug: Web/API/XSLTProcessor/Resources +translation_of: Web/API/XSLTProcessor/Resources +original_slug: XSLT_in_Gecko/Resources +--- +<h2 id=".EC.9E.90.EC.9B.90" name=".EC.9E.90.EC.9B.90">자원</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> at <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> at <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> at <a class="external" href="http://www.zvon.org/">zvon.org</a></li> + <li><a href="ko/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations">Using the Mozilla JavaScript interface to XSL Transformations</a></li> + <li><a class="external" href="http://www.mozilla.org/projects/xslt/">Mozilla.org's XSLT Project Page</a>, which includes a frequently encountered issues section.</li> +</ul> |