|
XSL, XSLT, XPATH
Introduction
XSL is a language for expressing stylesheets. It consists of three parts:
- XSL Transformations (XSLT): a language for transforming an XML document to another XML document or other format documents such as HTML or text.
- The XML Path Language (XPath): an expression language used by XSLT to access or refer to parts of an XML document. XPath is also used by the XML Linking specification
- XSL Formatting Objects (XSL-FO): An XML vocabulary for specifying formatting semantics
XSLT FAQ, Tutorials, and Articles
Dave Pawson's XSL FAQ
MS XML 3.0 Developer Guide: XSLT FAQ
Unofficial MSXML XSLT FAQ
XML Cover Pages on XSL
XSL School
XSLT Terminlogy
XSLT Questions and Answers
Chapter 14 of the "XML Bible": XSL Transformations
XSLT Tutorial
XPath Tutorial
Improve your XSLT coding five ways
XML Saves The UI: Build automated UIs with XML and XSLT
Gallery of Stupid XSL and XSLT Tricks
Producing HTML tables with XSLT
Dynamic Web Site using Topic Maps and XSLT
XPathScript - A Viable Alternative to XSLT?
XML document processing in Java using XPath and XSLT
XPath-JSP Tutorial: Combine the power of XPath and JSP tag libraries
Getting Started with XSLT Style Sheets and Java Servlets
Developing, Applying and Optimizing XSLT with Java Servlets
XSLT/XPATH Specifications & References
XSL Transformation (XSLT) Version 1.0
XML Path Language (XPath) Version 1.0
XML Syntax Quick Reference
XSLT Reference With Samples
XPath Reference
|