> <xsd:import namespace="my-data" schemaLocation="data.xsd"/>
> and later on:
> <xsd:any namespace = "my-data" processContents = "strict" minOccurs =
> "0" maxOccurs = "unbounded"/>
> The error I am getting is :
> [Error] mytest.xml:6:28: Schema error: Invalid attribute value
> 'my-data' for 'namespace' in type 'any'.
I believe the full message you should be getting is:
"[Error] name_of_file: Schema error: Invalid attribute value 'my-data'
for 'namespace' in 'any': Value 'my-data' is a Malformed URI".
Xerces web page has a page about schema support in Xerces.
It states that we don't handle correctly relative URIs ("my-data").
I am planning to fix this bug in the next few days (maybe even today).
BTW, attaching sample files that cause the problem is always a good
idea.
Thanks,
Elena.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]