Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
The reason I ask about XSLT 2.0 is that I need to export text documents from my Arbortext document and I'm doing this using XSL. I've got my XSL so that it outputs the content in the format I want, but I need it to break the content up into multiple text documents and instead I'm getting it all in one text document.
My understanding is that I could do this using <xsl:result-document> but this seems to be available only in XSLT 2.0, not 1.0.
Can anyone give me a suggestion for how I can get multiple text documents (one for each instances of a certain element) out of my XML document using XSL?
Thanks,
Carolyn Herlin