This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

multiple file output from one XML file


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]