Multiple output file froma a single XQuery

Questions about XML that are not covered by the other forums should go here.
fbrzvnrnd
Posts: 11
Joined: Fri Dec 02, 2011 1:11 am

Multiple output file froma a single XQuery

Post by fbrzvnrnd »

Hi, is there a way to create multiple output files from a XQuery transformation?

Thank you.
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Multiple output file froma a single XQuery

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply