** Reply to message from "Marc Dugger" <[EMAIL PROTECTED]> on Tue, 29 Oct
2002 08:55:16 -0600

> Does anyone know if it's possible to specify multiple XML files (same
> doctype) as input to the 'style/xslt' target which results in one aggregate
> output file?  Thanks in advance.

The thing is, there really isn't a standard way to do this in XSLT, i.e. there
isn't a standard way to specify *how* the inputs/outputs would be merged.  The
best you can do is have an XML file containing a list of your inputs, and then
use the "document" function in the XSLT script to read each in turn and do what
you will.

        Cheers,
                Tony.
====
Anthony B. Coates, Information & Software Architect
mailto:abcoates@;TheOffice.net
MDDL Editor (Market Data Definition Language)
http://www.mddl.org/

--
To unsubscribe, e-mail:   <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>

Reply via email to