Hi,
here is my XML file:
<ressource>
<identifier>C4103</identifier>
<topic>culture</topic>
<topic>philosophy</topic>
<loc longitude="-0.32" latitude="43.7"/>
<loc longitude="-0.34" latitude="44.1"/>
</ressource>
I would like to obtain something like:
identifier C4103
topic culture;philosophy
loc -0.32/43.7;-0.34/44.1
I am not able to do this with a tfileInputXML, neither with tfileInputMSXML.
Anyone has an idea please ?
Should I use an XSLT transformation instead ?
Thanks
Regards
Hi Sorry. I didn't notice that. Uh...That means you need two loop paths, which is impossible with tfileInputXML, tfileInputMSXML. Anybody knows this? Regards, Pedro