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 fails to resolve components from imported schema if LAST_IN_WINS option is set #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The lastInWins changes made several months ago can prevent the resolution of 
imported schema components when lastInWins is set to true.  

Original issue reported on code.google.com by joe.bays...@gmail.com on 13 Feb 2014 at 11:59

GoogleCodeExporter commented 9 years ago
r491.  Ensured that referenced schema components are properly resolved when 
LAST_IN_WINS option is set to true.

Original comment by joe.bays...@gmail.com on 14 Feb 2014 at 12:02