The XSLT document() function might probably provide what you are looking for.

http://www.w3schools.com/xsl/func_document.asp

Regards,
Gisbert Amm

On 7/29/05, KrustyDerClown <[EMAIL PROTECTED]> wrote:

Hello,

i use the <xslt> task for a XSLT transformation. I have multiple sources (XML files) and want only one output file (one HTML file). The number of the XML input files for the transformation is various in any cycle, but this is not a problem with using the includes attribute from the <xslt> task. The XML input files have all the same structure and can be transform with the same XSL stylesheet. (the xml files are splitted automatically from the program which creates this xml files).

Is that possible with the xslt task in ANT or must i create first one big XML file with another xsl stylesheet ? Or is there another workaround ?

Greets Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to