bananasbananas
IS-IT--Management
I'm trying to use the following query :
//esd:ControlledList/esd:Item[@Id='1']
but it doesn't work.
I'm a noob in XML so it might be my query is wrong.
I've read I can use something like this:
//[local-name()='ControlledList' and namespace-uri=']/[local-name()='Item' and namespace-uri=' and @Id='1']
but it doesnt work.
What am i doing wrong?
My XML tree is as such:
<ControlledList>
<Item>
<Name>
</Item>
</ControlledList>
//esd:ControlledList/esd:Item[@Id='1']
but it doesn't work.
I'm a noob in XML so it might be my query is wrong.
I've read I can use something like this:
//[local-name()='ControlledList' and namespace-uri=']/[local-name()='Item' and namespace-uri=' and @Id='1']
but it doesnt work.
What am i doing wrong?
My XML tree is as such:
<ControlledList>
<Item>
<Name>
</Item>
</ControlledList>