Sorry, I am not good enough with xsl to answer that.

On 7/29/05, KrustyDerClown <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> thx for the link. Before i decide which way i go ... is it easier to merge
> many xml input files to one output files with a XSL stylesheet or is it
> easier with this <xmltask> ?
> 
> Can you estimate this ?
> 
> Greets Oliver
> 
> ----- Original Message -----
> From: "Patrick Martin" <[EMAIL PROTECTED]>
> To: "Ant Users List" <user@ant.apache.org>; "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/xmltask/
> 
> 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]
> 
> 
> 
>

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

Reply via email to