diff --git a/files/pt-br/web/xslt/index.html b/files/pt-br/web/xslt/index.html index 3169c65f37a655..35caa7cc82a300 100644 --- a/files/pt-br/web/xslt/index.html +++ b/files/pt-br/web/xslt/index.html @@ -7,51 +7,35 @@ - XSLT translation_of: Web/XSLT --- -
Extensible Stylesheet Language Transformations (XSLT) is an XML-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 HTML 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.
+
{{XSLTRef}}
- - - - - - - -
-

Documentation

+

Extensible Stylesheet Language Transformations (XSLT) is an XML-based language used, in conjunction with specialized processing software, for the transformation of XML documents.

-
-
XSLT Element Reference
-
Reference.
-
Transforming XML with XSLT
-
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.
-
Using the Mozilla JavaScript interface to XSL Transformations
-
This document describes the JavaScript interface to the XSLT processing engine in Mozilla 1.2 and up.
-
Specifying parameters using processing instructions
-
Firefox allows stylesheet parameters to be specified when using the <?xml-stylesheet?> processing instruction. This is done using the <?xslt-param?> PI described in this document.
-
XSLT & XPath Tutorial
-
The TopXML XSLT tutorial introduces you to the basics of XSLT concepts, syntax, and programming.
-
XSLT Tutorial
-
This W3Schools tutorial teaches the reader how to use XSLT to transform XML documents into other formats, like XHTML.
-
What is XSLT?
-
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.
-
Common XSLT Errors
-
This article lists some common problems using XSLT in Firefox.
-
XSLT 2.0 (new)
-
+

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 HTML or plain text.

-
-

Community

+

XSLT is most often used to convert data between different XML schemas or to convert XML data into web pages or PDF documents.

-
    -
  • View Mozilla forums... {{ DiscussionList("dev-tech-xslt", "mozilla.dev.tech.xslt") }}
  • -
+

Documentation

- +
+
XSLT Element Reference
+
Reference.
+
Transforming XML with XSLT
+
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.
+
Using the Mozilla JavaScript interface to XSL Transformations
+
This document describes the JavaScript interface to the XSLT processing engine in Mozilla 1.2 and up.
+
Specifying parameters using processing instructions
+
Firefox allows stylesheet parameters to be specified when using the <?xml-stylesheet?> processing instruction. This is done using the <?xslt-param?> PI described in this document.
+
XSLT Tutorial
+
This W3Schools tutorial teaches the reader how to use XSLT to transform XML documents into other formats, like XHTML.
+
What is XSLT?
+
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.
+
Common XSLT Errors
+
This article lists some common problems using XSLT in Firefox.
+
- -
+ -
-

This description of XSLT is obtained from the Wikipedia XSLT article.

+ \ No newline at end of file