On Tue, 28 Dec 2004 15:03:32 -0800, Nathan Young <> wrote:
> I'm going to ask the following question: Is there a good templating
> language that can be used to build a high demand website from a collection
> of XML documents?
You can try JSP (Java Server Pages). There is an alternative,
XML-conformant syntax that works starting with version 1.1 or 1.2, and
they allow for live content in the pages. Unfortunately, it's a
Java-only solution. Recent versions of Tomcat support the XML JSP
syntax, and at least some standard tagsets (like JSTL) work with it.
All the best,
David
--
http://www.megginson.com/