You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Z W <mp...@gmail.com> on 2008/04/09 00:35:58 UTC

xslt uses

Hi

I have multiple jtl files to process.
Each jtl resides in a different directory
eg
ci.jtl in \\foo\lg\CI\040420082220
ci.jtl in \\foo\lg\CI\040320082220
om.jtl in \\foo\lg\OA\040320082220
om.jtl in \\foo\lg\OA\040420082220
etc...

I like to process them with <xslt> task and put them in a single html file.
>From reading xslt task man page, my impression is that I can only
send in 1 jtl file.

Could anyone suggest a good approach to this problem to reach my goal ?

Advance thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


AW: xslt uses

Posted by Ja...@rzf.fin-nrw.de.
There should be examples for the tasks in the manual.

Jan 

> -----Ursprüngliche Nachricht-----
> Von: Z W [mailto:mpc8250@gmail.com] 
> Gesendet: Donnerstag, 10. April 2008 05:08
> An: Ant Users List
> Betreff: Re: xslt uses
> 
> Hi Jan
> Thanks for responding.
> Is there an example where I could use to test it out ?
> 
> Many thanks
> 
> On 4/9/08, Jan.Materne@rzf.fin-nrw.de 
> <Ja...@rzf.fin-nrw.de> wrote:
> > You can pass a <fileset> to <xslt>. So you would get four 
> resulting files which you could append with <concat>.
> >
> > Jan
> >
> > > -----Ursprüngliche Nachricht-----
> > > Von: Z W [mailto:mpc8250@gmail.com]
> > > Gesendet: Mittwoch, 9. April 2008 00:36
> > > An: Ant Users List
> > > Betreff: xslt uses
> > >
> > > Hi
> > >
> > > I have multiple jtl files to process.
> > > Each jtl resides in a different directory
> > > eg
> > > ci.jtl in \\foo\lg\CI\040420082220
> > > ci.jtl in \\foo\lg\CI\040320082220
> > > om.jtl in \\foo\lg\OA\040320082220
> > > om.jtl in \\foo\lg\OA\040420082220
> > > etc...
> > >
> > > I like to process them with <xslt> task and put them in a
> > > single html file.
> > > From reading xslt task man page, my impression is that I can only
> > > send in 1 jtl file.
> > >
> > > Could anyone suggest a good approach to this problem to reach
> > > my goal ?
> > >
> > > Advance thanks
> > >
> > > 
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> > > For additional commands, e-mail: user-help@ant.apache.org
> > >
> > >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> > For additional commands, e-mail: user-help@ant.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: xslt uses

Posted by Z W <mp...@gmail.com>.
Hi Jan
Thanks for responding.
Is there an example where I could use to test it out ?

Many thanks

On 4/9/08, Jan.Materne@rzf.fin-nrw.de <Ja...@rzf.fin-nrw.de> wrote:
> You can pass a <fileset> to <xslt>. So you would get four resulting files which you could append with <concat>.
>
> Jan
>
> > -----Ursprüngliche Nachricht-----
> > Von: Z W [mailto:mpc8250@gmail.com]
> > Gesendet: Mittwoch, 9. April 2008 00:36
> > An: Ant Users List
> > Betreff: xslt uses
> >
> > Hi
> >
> > I have multiple jtl files to process.
> > Each jtl resides in a different directory
> > eg
> > ci.jtl in \\foo\lg\CI\040420082220
> > ci.jtl in \\foo\lg\CI\040320082220
> > om.jtl in \\foo\lg\OA\040320082220
> > om.jtl in \\foo\lg\OA\040420082220
> > etc...
> >
> > I like to process them with <xslt> task and put them in a
> > single html file.
> > From reading xslt task man page, my impression is that I can only
> > send in 1 jtl file.
> >
> > Could anyone suggest a good approach to this problem to reach
> > my goal ?
> >
> > Advance thanks
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> > For additional commands, e-mail: user-help@ant.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


AW: xslt uses

Posted by Ja...@rzf.fin-nrw.de.
You can pass a <fileset> to <xslt>. So you would get four resulting files which you could append with <concat>.

Jan

> -----Ursprüngliche Nachricht-----
> Von: Z W [mailto:mpc8250@gmail.com] 
> Gesendet: Mittwoch, 9. April 2008 00:36
> An: Ant Users List
> Betreff: xslt uses
> 
> Hi
> 
> I have multiple jtl files to process.
> Each jtl resides in a different directory
> eg
> ci.jtl in \\foo\lg\CI\040420082220
> ci.jtl in \\foo\lg\CI\040320082220
> om.jtl in \\foo\lg\OA\040320082220
> om.jtl in \\foo\lg\OA\040420082220
> etc...
> 
> I like to process them with <xslt> task and put them in a 
> single html file.
> From reading xslt task man page, my impression is that I can only
> send in 1 jtl file.
> 
> Could anyone suggest a good approach to this problem to reach 
> my goal ?
> 
> Advance thanks
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org