XSL Transformations (XSLT) in Mozilla
XSLT (XSL Transformations) is a language used to transform XML document
into other XML documents. For reference information, see the
W3C Recommendation
http://www.w3.org/TR/xslt.html.
Netscape DevEdge
has information on XSLT in general and in Netscape. This document can be found also at
developer.mozilla.org. For a quick start into XSLT, see Norman
Walsh's Tutorial.
See a simple example, and what it's supposed to
look like. Also other resources can be found at
developer.mozilla.org on XSLT
Developers
FAQ
QA
Reporting Bugs for XSLT guide
Using XSLT in js
The implementation of XSLT in Mozilla is done in the TransforMiiX module. You can use it either as part of the lizard, or as standalone processor.
- Developers/Contacts
-
The original author of TransforMiiX is
Keith Visco.
Main developers are
Peter Van der Beken (module owner),
Axel Hecht and
Jonas Sicking.
Correspondence should go to
mozilla.dev.tech.xslt, or bugzilla.
Don't forget to check out the contributors.html in the TransforMiiX source. - Issues in TransforMiiX
- See the Open bugs on XSLT in Mozilla.
If you find something wrong on this page, please add it to 51601.