M
mathieu
Hello,
I have the following xml file:
<Elements>
<Element>
<A>1235</A>
<B>Hello</B>
</Element>
...
</Elements>
I would like to produce a text file containing each Element per line
(xml element being separated let say by a whitespace).
$ cat out.txt
12345 Hello
....
The correct solution would be to use fop and write an xsl document,
right ? Thanks for pointer to 'Hello World' example.
Regards,
Mathieu
I have the following xml file:
<Elements>
<Element>
<A>1235</A>
<B>Hello</B>
</Element>
...
</Elements>
I would like to produce a text file containing each Element per line
(xml element being separated let say by a whitespace).
$ cat out.txt
12345 Hello
....
The correct solution would be to use fop and write an xsl document,
right ? Thanks for pointer to 'Hello World' example.
Regards,
Mathieu