It also still gives the error even if I use a filename that doesnt exist!!?
Does this mean its not possible to do if its nothing to do with the dtd? And a namespace has to be passed? surely not??
I will have to hard code the dtd into the start of every xml file the app creates then use it to...
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.