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

Axiom bridge newFragmentBuilder/newSequenceBuilder does not do namespace fixup #169

Open aalewis-tibco opened 7 years ago

aalewis-tibco commented 7 years ago

The original API left whether namespace fixup was to be performed unspecified. We've added a second API (with a boolean flag) and specified that the default behavior for the void argument method is to do namespace fixup. Axiom currently can't do so. Fix it, by pulling the filtering from the bridgekit filtering implementations into the axiom bridge (copy-pasta and modify).