Hi All,
tried posting in XML with no luck,
I am trying to use a DTD to validate an xml file my app loads. I am using MSXML 3.0 and xmlSchemaCache, the code I use is almost straight from the msdn help file:
'load string into XML DOM
Set objXMLDoc = New MSXML2.DOMDocument
Set...
Hi All,
I am trying to use a DTD to validate an xml file my app loads. I am using MSXML 3.0 and xmlSchemaCache, the code I use is almost straight from the msdn help file:
'load string into XML DOM
Set objXMLDoc = New MSXML2.DOMDocument
Set objSchemaCache = New MSXML2.XMLSchemaCache...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.