> What about interface javax.xml.transform.URIResolver with > > javax.xml.transform.Source resolve(String href, String base) ? > > Note that org.apache.xml.resolver.tools.CatalogResolver is an > implementation of this interface using various sorts of catalogs.
Well, i'm not sure if thats helping us here, because the different resolving/source concepts seem primarly to target resolving one string url into another string. My aim is to resolve a string source uri and get an input stream (like it is done by excalibur source resolving or - in a more simple way - by the java.net.URL/URLStreamHandler/URLConnection connection classes used by FOP 0.20.5 in the current implementation). Stefan
