How to create an arraylist of xelements(?) from an XML file?

Hey, currently I want to create an arraylist of Xelements from each protrace instance in my xml file. Here is the xml file in text form:

SoapText.txt (4.5 KB)

I need to separate each protace into a list so that I can most easily access the variables inside later. Any thoughts?

have a look here:
grafik

the returned array is an array of xElements and can be used e.g. within a for each or other options of postprocessing

Where does xDoc come from? Or defined as?

grafik

As described here:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.