Open
Description
Hi
I am having trouble with a XML that has namespaced values. For example:
<Object xmlns:q1="example.org.nz" xsi:type="q1:ObjectType" Other="attributes" are="here" />
I would like to compare the value of the "type"
attribute for equality with
"{example.org.nz}ObjectType"
, but can't do that. The "q1" is just noise.
See this MSDN documentation for where these things come from.
In the meantime I am going to ignore the prefix's in the values, but it is not ideal.
F
Metadata
Metadata
Assignees
Labels
No labels