Serving pages with LtXML

Kasper Peeters t16 at nikhef.nl
Fri Jan 23 15:33:34 GMT 1998


> Is anyone using LtXML to serve web pages? I'm converting most
> everything on the website I manage into custom XML
> applications. I've found a neat trick to do it and was wondering if
> anyone had similiar experiences.

I'm not using LtXML for this, but the idea is similar. Since I'm using
my private XML parser and XSL engine (not completely finished yet) I
could stuff them both into a FastCGI application. All files on disk
are XML, and based on their extension they get passed to the FastCGI
process. It finds out which XSL stylesheet to use (either using a default,
based on the DTD type, or through a user setting stored in a cookie),
and produces HTML output.

Probably needs quite a bit of tuning to make it work as the XML standards
intend it, but the concept is indeed very useful.

Kasper

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list