Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown conversion for pt-BR - Cleanup - XSLT section #8480

Merged
merged 1 commit into from
Sep 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 25 additions & 41 deletions files/pt-br/web/xslt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,51 +7,35 @@
- XSLT
translation_of: Web/XSLT
---
<div><strong>Extensible Stylesheet Language Transformations (XSLT)</strong> is an <a href="/en-US/docs/XML" title="XML">XML</a>-based language used, in conjunction with specialized processing software, for the transformation of XML documents. Although the process is referred to as "transformation," the original document is not changed; rather, a new XML document is created based on the content of an existing document. Then, the new document may be serialized (output) by the processor in standard XML syntax or in another format, such as <a href="/en-US/docs/HTML" title="HTML">HTML</a> or plain text. XSLT is most often used to convert data between different XML schemas or to convert XML data into web pages or PDF documents.</div>
<div>{{XSLTRef}}</div>

<table class="topicpage-table">
<tbody>
<tr>
<td>
<h2 class="Documentation" id="Documentation" name="Documentation">Documentation</h2>
<p><strong>Extensible Stylesheet Language Transformations (XSLT)</strong> is an <a href="/pt-BR/docs/Web/XML/XML_introduction">XML</a>-based language used, in conjunction with specialized processing software, for the transformation of XML documents.</p>

<dl>
<dt><a href="/en-US/docs/XSLT/Elements" title="XSLT/Elements">XSLT Element Reference</a></dt>
<dd>Reference.</dd>
<dt><a href="/en-US/docs/Transforming_XML_with_XSLT" title="Transforming_XML_with_XSLT">Transforming XML with XSLT</a></dt>
<dd>XSLT allows a stylesheet author to transform a primary XML document in two significant ways: manipulating and sorting the content, including a wholesale reordering of it if so desired, and transforming the content into a different format.</dd>
<dt><a href="/en-US/docs/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations" title="Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations">Using the Mozilla JavaScript interface to XSL Transformations</a></dt>
<dd>This document describes the JavaScript interface to the XSLT processing engine in Mozilla 1.2 and up.</dd>
<dt><a href="/en-US/docs/XSLT/PI_Parameters" title="XSLT/PI_Parameters">Specifying parameters using processing instructions</a></dt>
<dd>Firefox allows stylesheet parameters to be specified when using the <code>&lt;?xml-stylesheet?&gt;</code> processing instruction. This is done using the <code>&lt;?xslt-param?&gt;</code> PI described in this document.</dd>
<dt><span class="external">XSLT &amp; XPath Tutorial</span></dt>
<dd>The TopXML XSLT tutorial introduces you to the basics of XSLT concepts, syntax, and programming.</dd>
<dt><a class="external" href="http://www.w3schools.com/xml/xsl_intro.asp">XSLT Tutorial</a></dt>
<dd>This <a class="external" href="http://www.w3schools.com">W3Schools</a> tutorial teaches the reader how to use XSLT to transform XML documents into other formats, like XHTML.</dd>
<dt><a class="external" href="http://www.xml.com/pub/a/2000/08/holman/">What is XSLT?</a></dt>
<dd>This extensive introduction to XSLT and XPath assumes no prior knowledge of the technologies, and guides the reader through background, context, structure, concepts and introductory terminology.</dd>
<dt><a href="/en-US/docs/Common_XSLT_Errors" title="Common XSLT Errors">Common XSLT Errors</a></dt>
<dd>This article lists some common problems using XSLT in Firefox.</dd>
<dt><a href="/en-US/docs/XSLT_2.0" title="XSLT_2.0">XSLT 2.0</a> (new)</dt>
</dl>
<p>Although the process is referred to as "transformation," the original document is not changed; rather, a new XML document is created based on the content of an existing document. Then, the new document may be serialized (output) by the processor in standard XML syntax or in another format, such as <a href="/pt-BR/docs/Web/HTML">HTML</a> or plain text.</p>

</td>
<td>
<h2 class="Community" id="Community" name="Community">Community</h2>
<p>XSLT is most often used to convert data between different XML schemas or to convert XML data into web pages or PDF documents.</p>

<ul>
<li>View Mozilla forums... {{ DiscussionList("dev-tech-xslt", "mozilla.dev.tech.xslt") }}</li>
</ul>
<h2 id="Documentation">Documentation</h2>

<h4 class="Related_Topics" id="Related_Topics" name="Related_Topics">Related Topics</h4>
<dl>
<dt><a href="/pt-BR/docs/Web/XSLT/Element">XSLT Element Reference</a></dt>
<dd>Reference.</dd>
<dt><a href="/pt-BR/docs/Web/XSLT/Transforming_XML_with_XSLT">Transforming XML with XSLT</a></dt>
<dd>XSLT allows a stylesheet author to transform a primary XML document in two significant ways: manipulating and sorting the content, including a wholesale reordering of it if so desired, and transforming the content into a different format.</dd>
<dt><a href="/pt-BR/docs/Web/XSLT/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations">Using the Mozilla JavaScript interface to XSL Transformations</a></dt>
<dd>This document describes the JavaScript interface to the XSLT processing engine in Mozilla 1.2 and up.</dd>
<dt><a href="/pt-BR/docs/Web/XSLT/PI_Parameters">Specifying parameters using processing instructions</a></dt>
<dd>Firefox allows stylesheet parameters to be specified when using the <code>&lt;?xml-stylesheet?&gt;</code> processing instruction. This is done using the <code>&lt;?xslt-param?&gt;</code> PI described in this document.</dd>
<dt><a href="https://www.w3schools.com/xml/xsl_intro.asp">XSLT Tutorial</a></dt>
<dd>This <a href="https://www.w3schools.com">W3Schools</a> tutorial teaches the reader how to use XSLT to transform XML documents into other formats, like XHTML.</dd>
<dt><a href="https://www.xml.com/pub/a/2000/08/holman/">What is XSLT?</a></dt>
<dd>This extensive introduction to XSLT and XPath assumes no prior knowledge of the technologies and guides the reader through background, context, structure, concepts and introductory terminology.</dd>
<dt><a href="/pt-BR/docs/Web/XSLT/Common_errors">Common XSLT Errors</a></dt>
<dd>This article lists some common problems using XSLT in Firefox.</dd>
</dl>

<ul>
<li><a href="/en-US/docs/XML" title="XML">XML</a>, <a href="/en-US/docs/XPath" title="XPath">XPath</a>, <a href="/en-US/docs/XQuery" title="XQuery">XQuery</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<h2 id="Related_Topics">Related Topics</h2>

<hr>
<p><small>This description of XSLT is obtained from the <a class="external" href="http://en.wikipedia.org/wiki/Xslt">Wikipedia XSLT article</a>. </small></p>
<ul>
<li><a href="/pt-BR/docs/Web/XML/XML_introduction">XML</a>, <a href="/pt-BR/docs/Web/XPath">XPath</a></li>
</ul>