Hi
I am working on read xml to get the information.
After deserialise it, get the element value, i can obtain most data,
such as
deserializedText.Elements(“item”).Attribute(“code”).value
except cdata
I would like to get the cdata’s 19358 part, how could i do that?
Thanks in advance!