HOME

TheInfoList



OR:

XSLT XSLT (Extensible Stylesheet Language Transformations) is a language originally designed for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text, or XSL Formatting Objects. These formats c ...
(Extensible Stylesheet Language Transformations) defines many elements to describe the transformations that should be applied to a document. This article lists some of these elements. For an introduction to XSLT, see the main article.


XSLT logic elements


Example XSLT stylesheet using logic elements

type='radio'">


XSLT file I/O elements

Client-side
XSLT XSLT (Extensible Stylesheet Language Transformations) is a language originally designed for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text, or XSL Formatting Objects. These formats c ...
can be implemented in a browser by adding a line like the following to the source
XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing data. It defines a set of rules for encoding electronic document, documents in a format that is both human-readable and Machine-r ...
file, right after the root XML tag. This is described on the page http://www.xml.com/pub/a/2000/10/25/msie/index.html


Other XSLT semantics


Functions defined by XSLT

The following functions can occur in many XSLT attributes, such as xsl:value-of.select and xsl:for-each.select.


External links


W3C XSLT 1.0 recommendation
- Describes the whole syntax and semantics of XSLT 1.0
W3C XSLT 2.0 recommendation

XSLT Elements Reference
- by W3Schools


References

{{Reflist XML-based standards