Production system: HTML


Given a vocabulary and a stylesheet, we can

  • Serve static HTML — too limited
  • Supply XML and XSLT to the browser — not enough browser support yet
  • Throw it all into a database and do the work on retrieval — only delays the problem
  • Have the web server do the work — not perfectly efficient, but flexible
We need a sub-system on the web server.


14 Next | First| Previous Practical XML under Apache