Re: [xsl] URI Resolver and recoursian

Subject: Re: [xsl] URI Resolver and recoursian
From: Owen Rees <owen_rees@xxxxxxxxxxx>
Date: Wed, 30 Dec 2009 13:54:33 +0000
--On Tuesday, December 29, 2009 09:31:53 -0500 Brian Newman <brian.newman@xxxxxxxxxxx> wrote:

{file://{path to stylesheet}/jar
file://C:/path/to/data.zip!mydata_AugustCD09.mdb}

What I'm expecting to get is

{jar file://C:/path/to/data.zip!mydata_AugustCD09.mdb}

Your expected value is a relative reference[*] which would resolve to the value you are getting using the stylesheet URI as base.


I suspect that you intend the expected value to be an absolute URI using the 'jar' scheme in which case you need a colon not a space after the 'jar'.

[*] Note that although an unencoded space is not permitted in a URI (or IRI) the xs:anyURI type allows unencoded space characters where you would have to write '%20' for it to be the equivalent valid URI.

Current Thread