Re: msxml3 parser in VisualBasic

Sneza,

> This definition of schema
> <xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" >
> </xsd:schema >
> is not valid acording to VB. I always get message:
> -2147467259. Incorrect definition for the root element in
schema.msxml3.dll
> What is wrong with this?

MSXML3 does not support W3C XML Schemas-- it only supports XDR (XML Data
reduced) schemas.  The MSXML4 preview does support the W3C model, but only
the proposed recommendation version as the recommendation is too recent.  I
am not sure if it supports the October draft that you are using (2000/10) so
you might need to upgrade.

Good Luck,
Jeff Rafter
Defined Systems
http://www.defined.net
XML Development and Developer Web Hosting

Received on Friday, 4 May 2001 11:36:04 UTC