Harman Patil (Editor)

XSLT elements

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

XSLT (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.

Contents

XSLT file I/O elements

Client-side XSLT can be implemented in a browser by adding a line like the following to the source XML 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

Functions defined by XSLT

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

References

XSLT elements Wikipedia