Sets of documents
- Problem: XSLT assumes single document architecture
- document + stylesheet → (formatted) result
- How to work over a set of documents? options include:
- Cheat: aggregate collection into a single document by hand
- Use XSLT function to query external documents
- Source of transformation will be a list of the actual
documents
- document() function is used on each in
turn
- Poll documents through an XML database, publishing framework
or Content Management System