Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CraigB1

  1. CraigB1

    Help! Type Mismatch Using ScemaCache

    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...
  2. CraigB1

    Help! Type Mismatch Using ScemaCache

    Hi Chip, cheers for the reply, It gives the following which is the correct path to the DTD D:\dev\DBUserIE\VB\ryder.dtd
  3. CraigB1

    Help! Type Mismatch Using ScemaCache

    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...
  4. CraigB1

    Help! Error validating XML against DTD in VB 6

    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...

Part and Inventory Search

Back
Top