










|
| | |
Xalan has moved out of the XML project and is now a project in its own right.
You will find links to all the Xalan subprojects as well as our new charter on the menu
at the left of the screen.
|
| | |
XSLT is the first part of the Extensible Stylesheet Language (XSL).
It includes the XSL Transformation (XSLT) vocabulary and XPath, a language for addressing parts of XML documents.
XSL also includes a vocabulary for specifying formatting semantics, however,
this is not part of the Apache Xalan Project. For more information on formatting objects, see the
Apache XML FOP (Formatting Objects Project).
XSLT implementations, sometimes referred to as XSLT processors, use an XSL stylesheet to transform
XML documents into HTML, text, or other XML document types. In structural terms, an XSL stylesheet
specifies the transformation of one tree of nodes (the XML input) into another tree of nodes (the output or
transformation result).
|
|
|