I am currently working on a project that requires me to validate an XML 
file against a Schema written using the Microsoft version of the Schema 
language.  It appears that this differs slightly from the W3C version of 
the Schema language i.e.

Microsoft:
  <ElementType name="StopPoint" content="mixed">
W3C:
  <Element ref="StopPoint"/>

The problem is that I am unable to use the Microsoft XML parser that comes 
shipped with Internet Explorer due to the reason I am not using any MFC, 
therefore getting hold of and using an ActiveX object has its own 
difficulties!

It would appear that the current version of Xerces does not support the 
Microsoft version of the Schema language, and I was just wondering what 
would be involved in order to support this?

I would also be interested in any other xml parsers that are capable of 
validating an XML document against a Schema written in the Microsoft 
format.

Many Thanks

Neil



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to