[
Lists Home |
Date Index |
Thread Index
]
- From: Kasper Peeters <t16@nikhef.nl>
- To: XML-DEV <xml-dev@ic.ac.uk>
- Date: Fri, 23 Jan 1998 16:33:19 +0100
> 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@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|