xsl-list
[Top] [All Lists]

RE: Windows file path to uri (iri?) using xpath functions

2005-11-21 04:25:59
I would do this by calling the relevant Java routine as an extension
function

new File(xxx).toURI()

Michael Kay
http://www.saxonica.com/  

-----Original Message-----
From: andrew welch [mailto:andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com] 
Sent: 21 November 2005 11:09
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Windows file path to uri (iri?) using xpath functions

Is it possible to get from a windows file path:

C:\workspace\xml\abc.xml

To a uri/iri [insert correct terminology here] understandable 
by Saxon:

file:///c:/workspace/xml/abc.xml

Currently I do this manually, but there seems to be a raft of new uri
related functions mostly about encoding, but I'm hoping one does this
annoying task for me.

thanks
andrew

--~------------------------------------------------------------------
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>
--~--





--~------------------------------------------------------------------
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>
--~--