Re: XSLT - Many Input One Output

2005-07-29 Thread Gisbert Amm
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

RE: XSLT - Many Input One Output

2005-07-29 Thread Ramnish Kalsi
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 >

Re: XSLT - Many Input One Output

2005-07-29 Thread James Abley
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

Re: XSLT - Many Input One Output

2005-07-29 Thread Douglas Lochart
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

Re: XSLT - Many Input One Output

2005-07-29 Thread Patrick Martin
> 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

Re: XSLT - Many Input One Output

2005-07-29 Thread KrustyDerClown
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

Re: XSLT - Many Input One Output

2005-07-29 Thread Patrick Martin
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

XSLT - Many Input One Output

2005-07-29 Thread KrustyDerClown
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