Sabertooth
October 31st, 2003, 06:14 AM
I have written a wrapper around MSXML DOM, and now I want to be able to read some info from XSD files, such as enumeration definitions. I'd like to use my DOM wrapper for that, just because it's already there, and I don't need any SOM functionality, I need to access an XSD just as a structure of XML elements.
IXMLDOMDocument is successfully initialized, but it fails to return its subelement "xs:schema" via selectSingleNode. So, is there any reason why MSXML DOM parser can't parse an XML scheme?
Thanks.
IXMLDOMDocument is successfully initialized, but it fails to return its subelement "xs:schema" via selectSingleNode. So, is there any reason why MSXML DOM parser can't parse an XML scheme?
Thanks.