I am attempting to use xmlproperty to load an xml file and then read some
attributes in it, however I have multiple matches. For example, my xml
file can be structured as such:
And I need to get the path value for the profile the name of which is
"default". Is there a way to sp
Hello,
I am attempting to use xmlproperty to load an xml file and then read some
attributes in it, however I have multiple matches. For example, my xml
file can be structured as such:
And I need to get the path value for the profile the name of which is
"default". Is there