Solved
Forum Discussion
AndresEnriquez
4 years agoOccasional Contributor
Thanks for your quick reply nmrao 😊
In order to do this: To drill down to single value, use the reference of segmentId. Do I have to use Xquery?
Could you teach me how to do it?
Sorry for the basic questions, It's been days since I'm using the program.
Cheers
nmrao
Champion Level 1
4 years agoPlease try below xpath
//*:segmentInfo[*:segmentId='AltaPrepSur']/*:segmentReference/text()
//*:segmentInfo[*:segmentId='AltaPrepSur']/*:segmentReference/text()
- AndresEnriquez4 years agoOccasional Contributor
Awesome!
That worked perfectly
I have a lot to learn about xquery language
Do you have any guide recomendation?
Thanks a lot nmrao !