I'd like to validate an XML document against XMLSchema containing xsi type informations defined by XML Schema version 1999.
For example please see the XML at the end of this message.
Xerces does not realize the namespace "http://www.w3.org/1999/XMLSchema" and reports validation errors.
I also tried to preparse and use XMLSchema1999.xsd (and further imported/included schema definitions), but did not get to preparse.
Are the known issues with XMLSchema 1999 validation?
Or is there any way or workaround to do schema validation with this kind of XML?
Thanks in advance
Matthias
Here the XML/SOAP:
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"> <SOAP-ENV:Body> <ns1:getAllSOAPServices mlns:ns1="urn:xmethodsServicesManager"> <arg1 xsi:type="xsd:string">test</arg1> </ns1:getAllSOAPServices> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]