Goals of This Chapter
Transforming Hello World
How a Stylesheet Is Processed
Stylesheet Structure
Sample Gallery
Summary
In future chapters, we'll spend much time talking about XSLT, XPath, and various advanced functions used to transform XML documents. First, though, we'll go through a short example to illustrate how stylesheets work.
By the end of this chapter, you should know:
How to create a basic stylesheet
How to use a stylesheet to transform an XML document
How a stylesheet processor uses a stylesheet to transform an XML document
The structure of an XSLT stylesheet
Copyright © 2002 O'Reilly & Associates. All rights reserved.