Page 1 of 1

Multiple output file froma a single XQuery

Posted: Wed Dec 17, 2014 11:36 am
by fbrzvnrnd
Hi, is there a way to create multiple output files from a XQuery transformation?

Thank you.

Re: Multiple output file froma a single XQuery

Posted: Wed Dec 17, 2014 12:35 pm
by adrian
Hi,

There may be a way, but not with the standard XQuery. For Saxon you would need a Java extension that does this:
https://saxonica.plan.io/boards/3/topics/4373
Or a different XQuery processor that provides a built-in XQuery extension for this:
https://blogs.datadirect.com/2007/12/xq ... e-xml.html

Regards,
Adrian