XSLT Essentials
- XSLT is an XML application language
- Processor input and transformation stylesheet must be well-formed XML:
- There must exist a document element.
- Non-empty tags must be properly nested.
- No attribute may appear more than once on the same start-tag.
- All entities must be declared except the following: amp, lt, gt, apos, and quot
© Copyright 2005 Michael Kröll