Re: Many Input xml for one html output.

2006-12-08 Thread Dominique Devienne
>Eh guys, what about the declarations??? AFAIK, you >can't have those in the middle of the file, can you? OK, I'm >just grumpy because I didn't think of it myself! ;-) as long as you dont parse that the declaration and PIs dont matter ;-) I believe is a special PI. Anything with xml in its

AW: Many Input xml for one html output.

2006-12-08 Thread Jan.Materne
>> > 1.) Make one xml file with the whole content >> > >> > >> > >> > >> > >> > >> > >> > >> > >> or use the and elements of >> : >> >> >> >> >> > >Eh guys, what about the declarations??? AFAIK

Re: Many Input xml for one html output.

2006-12-08 Thread Dominique Devienne
On 12/8/06, Peter Reilly <[EMAIL PROTECTED]> wrote: On 12/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 1.) Make one xml file with the whole content > > > > > > > > > or use the and elements of :

AW: Many Input xml for one html output.

2006-12-08 Thread Jan.Materne
>or use the and elements of Oh yes - I used that in my own scripts. Had forgotten that ;-) Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Many Input xml for one html output.

2006-12-08 Thread Peter Reilly
gt;-Ursprüngliche Nachricht- >Von: Dominique Devienne [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 8. Dezember 2006 00:13 >An: Ant Users List >Betreff: Re: Many Input xml for one html output. > >On 12/7/06, Chun Ji <[EMAIL PROTECTED]> wrote: >> I try to use the

AW: Many Input xml for one html output.

2006-12-08 Thread Jan.Materne
t Users List >Betreff: Re: Many Input xml for one html output. > >On 12/7/06, Chun Ji <[EMAIL PROTECTED]> wrote: >> I try to use the to do a transformation. I have >several input XML files, and want to create only one output >HTML file. Does someone know how to do it?

Re: Many Input xml for one html output.

2006-12-07 Thread Dominique Devienne
On 12/7/06, Chun Ji <[EMAIL PROTECTED]> wrote: I try to use the to do a transformation. I have several input XML files, and want to create only one output HTML file. Does someone know how to do it? I am using ant 1.6.5 on linux. You cannot. You need to create a small XML document that lists

Many Input xml for one html output.

2006-12-07 Thread Chun Ji
Hello, I try to use the to do a transformation. I have several input XML files, and want to create only one output HTML file. Does someone know how to do it? I am using ant 1.6.5 on linux. thanks, Chun - To unsubscribe