TIBCOSoftware / genxdm

GenXDM: XQuery/XPath Data Model API, bridges, and processors for tree-model neutral access to XML.
http://www.genxdm.org/
9 stars 4 forks source link

Schema parser should always re-parse chameleon schemas #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If schema A imports B and includes C, and schema B includes C, we fail to parse 
A's inclusion of C because we assume (incorrectly) that we needn't re-parse C.  
In this case, if C has no targetnamespace, we should re-parse A's inclusion of 
it. 

Original issue reported on code.google.com by joe.bays...@gmail.com on 13 Nov 2013 at 5:41

GoogleCodeExporter commented 9 years ago
r484.  In XMLSchemaParser.parse method, for chameleons, we no longer check to 
see if we've encountered them before.

Original comment by joe.bays...@gmail.com on 13 Nov 2013 at 6:21