[xsl] multiple file output from one XML file

Subject: [xsl] multiple file output from one XML file
From: roger.day@xxxxxxxxxxxxxxxxxx
Date: Mon, 16 Jul 2001 10:16:45 +0100
I want to take the following -

<poetry-book>

<poems>

<< various elements for poetry >>

</poems>

<poems>

<< various elements for poety >>

</poems>

</poetry-book>

and filter the output into several HTML files - one file for each <poems>
element.

I've looked through the new Big Red Book but found nothing in XSLT that covers
this. Will I have to filter the XML with something like Xalan or Java -first-
before sending the node to be filtered by a style sheet?

Roger



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread