hi...
This is regarding the System.Xml.Schema namespace. The current implementation of XmlSchema class gives an exception in the Read(XmlTextReader, ValidationEventHandler) method when the parsed XmlTextReader refers to a xml schema with the xsd namespace other than "http://www.w3.org/2001/XMLSchema".
If the schema namespace is http://www.w3.org/1999/XMLSchema the read method will not parse the xml schema document and will throw an exception.
How can we support the 1999 schema version also using the xmlSchema class.
The System.Xml.Schema.XmlSchemaDatatype class has a mapping between xsd types and .NET types. Here, is the xsd types concerned are 2001 schema version types?
if so,
How can we add schema version 1999 types to this.
Waiting for a quick reply..
Thank you
Mahen
MSN 8 helps ELIMINATE E-MAIL VIRUSES. Get 2 months FREE*. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
