grusell / jxsl

Automatically exported from code.google.com/p/jxsl
0 stars 0 forks source link

Allow URLs with basic authentication credentials in xspec files #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if jxsl could use a special UriResolver to allow URLs with 
basic authentication credentials in xspec files.

Very useful for accessing XML files in an eXist database, for instance.

Similar to:
http://www.fgeorges.org/xslt/saxon-ext/
http://www.fgeorges.org/xslt/saxon-ext/fgeorges-0.1.zip
org.apache.fop.apps.FOURIResolver

Basically this UriResolver would check the Uri to detect [username:password] 
strings between scheme and server name (http://username:password@domain.com) 
and would use them to get the source document.

Original issue reported on code.google.com by benoit.m...@gmail.com on 6 Jun 2011 at 5:43