sshyran / genxdm

Automatically exported from code.google.com/p/genxdm
0 stars 0 forks source link

Schema parser should always re-parse chameleon schemas #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 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 8 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