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 task for a XSLT transformation. I have multiple
sources (XML files) and
t;
> - Original Message - From: "Patrick Martin" <[EMAIL PROTECTED]>
> To: "Ant Users List" ; "KrustyDerClown"
> <[EMAIL PROTECTED]>
> Sent: Friday, July 29, 2005 3:41 PM
> Subject: Re: XSLT - Many Input One Output
>
Martin" <[EMAIL PROTECTED]>
> > To: "Ant Users List" ; "KrustyDerClown"
> > <[EMAIL PROTECTED]>
> > Sent: Friday, July 29, 2005 3:41 PM
> > Subject: Re: XSLT - Many Input One Output
> >
> >
> > Hello,
> >
> > You mi
atrick Martin" <[EMAIL PROTECTED]>
To: "Ant Users List" ; "KrustyDerClown"
<[EMAIL PROTECTED]>
Sent: Friday, July 29, 2005 3:41 PM
Subject: Re: XSLT - Many Input One Output
Hello,
You might want to have a look at xmltask [1].
Regards,
Patrick
[1] http://www
> easier with this ?
>
> Can you estimate this ?
>
> Greets Oliver
>
> - Original Message -
> From: "Patrick Martin" <[EMAIL PROTECTED]>
> To: "Ant Users List" ; "KrustyDerClown"
> <[EMAIL PROTECTED]>
> Sent: Friday, Ju
ROTECTED]>
To: "Ant Users List" ; "KrustyDerClown"
<[EMAIL PROTECTED]>
Sent: Friday, July 29, 2005 3:41 PM
Subject: Re: XSLT - Many Input One Output
Hello,
You might want to have a look at xmltask [1].
Regards,
Patrick
[1] http://www.oopsconsultancy.com/software/xm
Hello,
You might want to have a look at xmltask [1].
Regards,
Patrick
[1] http://www.oopsconsultancy.com/software/xmltask/
On 7/29/05, KrustyDerClown <[EMAIL PROTECTED]> wrote:
> Hello,
>
> i use the task for a XSLT transformation. I have multiple sources (XML
> files) and want only one out
Hello,
i use the 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 task.
The