Re: URI Resolution

2012-02-21 Thread Chris Bowditch
with the various approaches. javax.xml.transform.URIResolver is the standard interface for URI resolution in the JAXP world which is the most important Java API for XML processing. The SAX EntityResolver is basically its predecessor. The most popular implementation of the two interfaces is probably Apache XML

Re: URI Resolution

2012-02-21 Thread mehdi houshmand
unhappiness with the various approaches. My apologies for any lack of clarity on my part, the issues around URI resolution are in no way due to any unhappiness on my part. Infact, rather frustratingly, great effort has been made to have fallback mechanisms to allow ambiguity from the user (which I'm sure we

Re: URI Resolution

2012-02-20 Thread Jeremias Maerki
now there are only a few vague pointers and an underlying unhappiness with the various approaches. javax.xml.transform.URIResolver is the standard interface for URI resolution in the JAXP world which is the most important Java API for XML processing. The SAX EntityResolver is basically its

URI Resolution

2012-02-09 Thread mehdi houshmand
Hi, As I've said previously, I've been looking at unifying URI resolution, I've looked at a lot of the code regarding this and from what I can see FOP uses file access for the following types of files: 1) Input/Output files - by that I mean FO and output, both of which are many-to-many 2