Three architectures
- XML (source) + XSLT (stylesheet) → result
- XML (source) + XSLT (stylesheet) + XML (supporting dataset) →
result
- XML+XML+XML+... (aggregated source) + XSLT (stylesheet) →
result
- Result (output) could be
- Plain text (quick & dirty)
- HTML (good for on-screen work, portable, low overhead,
fairly versatile)
- Print (good for pen-and-paper proofing)
- XML (ready to be input?!)