G
Guest
I am using an XmlDocument to save an data object hirachy to an Xml file. When
I rebuild the data object hirachy, I walk through the xml node in XmlDocument
and recreate the objects. How do I know the original data types for each
node. Can XmlDocument associates with a schema so that I can look up for the
original data type of an xml node (element)?
I rebuild the data object hirachy, I walk through the xml node in XmlDocument
and recreate the objects. How do I know the original data types for each
node. Can XmlDocument associates with a schema so that I can look up for the
original data type of an xml node (element)?