Hello,
I am trying to load a grammar for a schema that references the 'schema'
element from XML schema. Here it is a concise example:
http://www.w3.org/2001/XMLSchema";>
When I load the schema, I get the following error:
[Error] :5:36: src-resolve.4.2: Error res
Seems to me, that this should pass schema validation, where
xmlns:xi=''http://www.w3.org/2001/XInclude";
Instead, xerces-j 2.9.0 schema validation gives:
'xpointer attribute must be present when href attribute is absent.'
This passes schema validation, but its not valid against the xinclude
sc