Searching and Transformation
-
- Defines pattern-matching syntax used by XSLT and XPointer. Method for selecting data in a document. MSXML 3.0 supports XPath. Supercedes XPatterns./descendant-or-self::node()/child::name
XSL
- Includes transformative and FO formatting objects. FO will replace CSS for document formatting.
-
- Mechanism for encoding style rules, ensures consistent rendering of XML documents of the same type.
-
- Response to limitations of XPath. Would bring database-style queries to XML documents.