I checked in the schema and it does not say that the local declaration with
a same name cannot be at two levels of a element declaration.
<element name ="First">
...
...
<element name ="Local"> //At level 1 - This is First's local element
</element>
<element name="Second">
...
<element name ="Local"> //At level 1 - This is second;s local element.
</element>
Most of the xerces code seems to make the assumption that given a level and
a name you will always find a unique SchemaElemDecl in a grammar. This is
not true.
Am I missing some part of the spec here.
Thanks
Kiran
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]