xsl-list
[Top] [All Lists]

RE: Saxon param to supress output

2004-12-06 11:04:51
You can supply an OutputURIResolver to Saxon, but I'm not sure what you
would do with it. If the output isn't written to a file, what do you want to
happen to it?

(In any case, you probably can't do this via the Ant interface. You might be
better off treating the XSLT 2.0 transformation as a custom user-written Ant
task rather than as an XSLT task, since the ant XSLT task seems to be
designed with XSLT 1.0 in mind.)

Michael Kay
http://www.saxonica.com/

-----Original Message-----
From: Robert Soesemann [mailto:rsoesemann(_at_)sapient(_dot_)com] 
Sent: 06 December 2004 17:52
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Saxon param to supress output

I am a XSLT2 feature from Saxon8 inside an Ant script. Ourput 
files will
be specified insede the xsl with xsl:result-document.

But the Ant xslt task forces me to provide @destdir and 
copies the input
files there. Even if they are empty they get copied unnessecarily.

Can I pass a parameter to Saxon or the XSLT task to not write xsl
results to a file?

Thanks,
Robert

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>