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

Enhance org.genxdm.io.Resolver method signatures to include base URI as string #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Without a base URI, resolvers cannot make sense of relative URIs.

Original issue reported on code.google.com by joe.bays...@gmail.com on 27 Aug 2013 at 8:11

GoogleCodeExporter commented 9 years ago
Fixed at r466.  Resolver's methods resolveInputStream and resolveReader both 
take three String args, now: baseURI, location, and namespace.

Original comment by joe.bays...@gmail.com on 24 Oct 2013 at 1:32