how I can read duplicate tag value ??

Oxygen general issues.
rajendrasedhain
Posts: 10
Joined: Mon Oct 27, 2008 7:50 pm

how I can read duplicate tag value ??

Post by rajendrasedhain »

I wrote style sheet to convert XML to Tab delimited file but I am unable to read the multiple tag value.It doesn't show in the structural view when I give the XML file as input.

I have these two fields:

<dcterms:isPartOf>Defense billboard </dcterms:isPartOf>

<dcterms:isPartOf>Defense billboard (1988)</dcterms:isPartOf>

and everytime my program reads the first one.How can I read the duplicate tag values. Please help me.

Thanks