Multiple instance in xml

(imported topic written by SystemAdmin)

Is there a way to list donw the multiple stations parameter on an xml file? I’m having trouble with multiple instance always :(. Please help. thanks.

Objective is to create an analysis that will show/list the results of different station parameters…

-sample xml only

abcde

rtyuio

cvbnm

yhnujm

qazwsx

ikjmwsedd

(imported comment written by BenKus)

Hi rnava,

Are you trying to parse an xml file with relevance?

If so, isn’t your XML invalid (shouldn’t there be “/station”)? But assuming you meant “/station” instead of “/abcde”, you could do something like this:

q: selects “machines/computers/station” of xml document of file “C:\test.xml” as text
A: abcde
A: rtyuio
A: cvbnm
A: yhnujm
A: qazwsx
A: ikjmwsedd

Ben

(imported comment written by SystemAdmin)

oops! yeap you got it! thanks :slight_smile: