I am using the common XMLDomWrapper.au3 to get information out of the following xml...
I need to return the following field values (123, 124, 125,126);
<vehd:Group vehd:Name="OPTIONEN">
<vehd:Group vehd:Name="123"/>
<vehd:Group vehd:Name="124"/>
<vehd:Group vehd:Name="125"/>
<vehd:Group vehd:Name="126"/>
</vehd:Group>
Using the functions in the XMLDomWrapper, we need to pass in the $sPath Path from root, I think this is what I am getting wrong