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

To schema parser, add option to accept the last component of a given QName, rather than the first #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, and correctly, our schema parser will not create a new component if 
a component of that kind and name already exists in the SchemaComponentCache.  
However, some users would like to override that behavior and create that new 
component; that new component will then be available in the returned 
ComponentBag.

Original issue reported on code.google.com by joe.bays...@gmail.com on 18 Dec 2013 at 1:47

GoogleCodeExporter commented 9 years ago
r485.  Added OPTION_LAST_IN_WINS to LoadOptions; added support for that  option 
in the parser.

Original comment by joe.bays...@gmail.com on 18 Dec 2013 at 2:06

GoogleCodeExporter commented 9 years ago
r488.  Fixed breakage from r485 checkin of XMLSchemaConverter.

Original comment by joe.bays...@gmail.com on 9 Jan 2014 at 7:38