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 parse fails to properly recognize type declaration in existing cache #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When user supplies schema parser w/existing SchemaComponentCache, and that 
cache contains type declarations needed to resolve components in the 
schema-to-be-parsed, we will fail to properly recognize those existing type 
declarations.

Original issue reported on code.google.com by joe.bays...@gmail.com on 30 Jan 2013 at 4:03

GoogleCodeExporter commented 9 years ago
(r438) org.genxdm.processor.w3c.xs.impl.XMLSchemaConverter.convertTypes() 
method improperly returned before finishing its processing.  Fixed.

Original comment by joe.bays...@gmail.com on 30 Jan 2013 at 4:07

GoogleCodeExporter commented 9 years ago
Marked as fixed.

Original comment by joe.bays...@gmail.com on 30 Jan 2013 at 4:09