Jigsaw/XSLT question

I'm working on a project where I have the following:

        An html web page on a web server containing links
        to XML files on that server.  The specific DTD for these
        XML files and a companion XSLT stylesheet for transforming
        these XML files into HTML are also on that web server.

        XSLT stylesheet support in browsers like Mozilla is still a bit
        buggy, so I want to do the following:

        When the user clicks on the link to the XML file,
        the server first identifies it as the desired type of document
        (via its DTD) and transforms it with Xalan using the stylesheet,
        then serves it to the user.

	Can I do this with JigSaw?  If so, please refer me to
	any online examples or RTFMs.  Thanks!

Received on Monday, 8 April 2002 12:05:49 UTC