Hello, I need some help understanding how to extract the values on a list for <string>
<ModelLab>
<Subtype>1</Subtype>
<Symmetry>1</Symmetry>
<Compatible>
<string>HELLO
</string>
<string>HELLO2
</string>
<string>HELLO3
</string>
</Compatible>
<ModelLab>
<Subtype>2</Subtype>
<Symmetry>2</Symmetry>
<Compatible>
<string>HELLO4
</string>
<string>HELLO5
</string>
<string>HELLO6
</string>
</Compatible
Actually I'm using Obtain value of XML element with XPath "//ModelLabA/Compatible/string" but it only returns me one line.