Re: [xsl] Reading external XML file XSLT2.0

Subject: Re: [xsl] Reading external XML file XSLT2.0
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Wed, 8 May 2013 11:38:27 +0100
> I know that
>     <xsl:variable name="extNode"
> select="document('file:/c:/book-type/book_meta.xml')"/>
> Will not work in Windows so decided to use document-uri(). Can somebody
> share their views  how this can be done.

try file:///   (3 slashes)





-- 
Andrew Welch
http://andrewjwelch.com

Current Thread