Re: [xsl] Split files with XSLT2.0 xsl:result-document

Subject: Re: [xsl] Split files with XSLT2.0 xsl:result-document
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 6 Dec 2004 15:26:30 GMT
> I need to call it from an Ant script:
 someone else will need to tell you how to control processors via Ant.
If calling saxon from the commandline then you would use
saxon -o ${xsl_dir}/anything 
ro specify that the base uri for output is ${xsl_dir} in which case you
would only need a relative URI in the href attribute of xsl:result
document. But I don't know how you translate this into Ant.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread