How to read CData from the xml?
Hello, I have this code to read a xml from the web, but I dont know how to get the cdata with it. Can anyone help, please?
3 Replies
cdata?
CData has it's own node type: https://learn.microsoft.com/en-us/dotnet/api/system.xml.xmlnodetype?view=net-7.0
XmlNodeType Enum (System.Xml)
Specifies the type of node.
Ohh, thank u
Thats what im looking 4