Or an ANT solution doing the same via <echo />

On Fri, 2005-07-29 at 16:09, Douglas Lochart wrote:
> A non ANT solution to your problem may be to dynamically create a single 
> XML file that simply includes the other xml files. 
> Then you pass the single xml file to the processor.  This requires using 
> xi:include.
> 
> example:
> <document-root xmlns:xi="http://www.w3.org/2003/XInclude";>
>     <xi:include href="file1.xml"/>
>     <xi:include href="file2.xml"/>
>      etc...
> </document-rrot>
> 
> good luck
> 
> Doug
> 
> 
> KrustyDerClown 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]
> >
> >
> 
> 
> ---------------------------------------------------------------------
> 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