Good morning all,
Within InDesign, I am trying to create multiple database records with XML with this structure:
<Root>
<record>
</record>
<record>
</record>
</Root>
I have the XML exporting perfectly, but I'd like to apply XSLT to break this separate files for each record, with record as the root for each. Ex:
File1.xml:
<record>
</record>
File2.xml:
<record>
</record>
I have Googled and seen people say that you cannot use the XSLT 2.0 functions with the InDesign export function. Is it possible to do this with XSLT 1.0?
Thank you!