G
Guest
I have an xml file with the data types for elements and attributes defined in
xsd. If I load the xml in XmlDocument, How do I get the element and attribute
values in its >NET types. For example, I have an Age (could be element or
attribute) which is defined as 2 byte interger in xsd. After I load the xml
in XmlDocument, how do I get the value as Int16 .NET data type when going
through the XmlNode?
xsd. If I load the xml in XmlDocument, How do I get the element and attribute
values in its >NET types. For example, I have an Age (could be element or
attribute) which is defined as 2 byte interger in xsd. After I load the xml
in XmlDocument, how do I get the value as Int16 .NET data type when going
through the XmlNode?