Hi Gareth,
yes I have (preparsed) a Schema definition to validate the XML example
against. Schema validation works fine if the XML instance uses xsi type
definitions from 2001 Schema. Only XML instances using 1999 schema fail.
Unfortunately there are some SOAP platforms like SOAP-Lite or
BEAWL6
Hi Matthias,
The 1999 namespace is for earlier drafts of XML Schema. Xerces supports
the W3C recommendation [1] of XML Schema only.
[1] http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/
On Wed, 7 Jan 2004, Matthias Jung wrote:
> Are the known issues with XMLSchema 1999 validation?
> Or is the
Hi,
> I'd like to validate an XML document against XMLSchema containing xsi
> type informations defined by XML Schema version 1999.
I don't see an actual XML Schema here. Are you using an entity resolver
of some kind or do you want to validate things without an actual schema
document?
--
Ga