Skip Site Navigation «

DRX

app«drx

Web Developer Resource Index: XSLT

XSLT is designed for transforming XML documents into other formats, such as XHTML. A transformation involves applying a XSLT stylesheet using XPath to match elements and attributes in an XML document source tree. An XSLT stylesheet uses an output template that is dynamically populated with the matching elements.

To view the rendered version of such a transformation normally requires a modern user agent such as the Gecko-based Firefox/Mozilla/Netscape family of browsers, or, under certain circumstances, Internet Explorer 6.0+ or Opera 8.0+. Otherwise you are likely to get only the XML soure code.

Note that output from XSLT is not limited to targeting browsers. It could also be something as simple as plaintext, or perhaps a document formatting and typesetting system such as TEX or DocBook, or some other file format such as PDF or RTF.

Updated: Wednesday, October 29th, 2008 @ 1:53 AM EDT

Navigation

Resources

Matching Tags

Indexes

§ A.Author
§ B.Best
§ D.Domain
§ F.Recent
§ G.Tag
§ H.Title

Search for XSLT on:


Last updated: Wednesday, October 29th, 2008 @ 1:53 AM EDT [2008-10-29T05:53:46Z]   home

(c) 2008-2010, Douglas W. Clifton, loadaveragezero.com, all rights reserved.