xsl-list
[Top] [All Lists]

Re: [xsl] URI Resolver and recoursian

2009-12-30 08:55:14
--On Tuesday, December 29, 2009 09:31:53 -0500 Brian Newman <brian(_dot_)newman(_at_)nssplus(_dot_)com> 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.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>