I have created a variable called xmlstring of type string and the value is -
<?xml version="1.0"?>
<produce>
<item>
<name>Gala</name>
<type>apple</type>
<count>20</count>
</item>
<item>
<name>Honeycrisp</name>
<type>apple</type>
<count>10</count>
</item>
</produce>
When I use the xpath function -
Help me understand the error and also the workaround for this, thank you.


Report
All responses (
Answers (