Page 1 of 1

how I can read duplicate tag value ??

Posted: Tue Nov 04, 2008 4:19 am
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