|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] import / include using file: URI over windows networki
Hi,
I'm new here. I just thought I'd share some info I found when using a file:
URI to import / include templates over Windows networking (UNC descriptor).
Hopefully I can save someone else some frustration.
The syntax that works in all cases so far is <xsl:import
href="file:///\\saturn\dev\test2.xsl" />. It looks bad, but it works.
Here are the results of some tests I ran to compare the behavior of the
SAXON / MSXML command line parsers:
Can anyone test this on some other parsers?
------------------
<xsl:import href="file:/\\saturn\dev\test2.xsl" />
doesn't work in msxsl
works in saxon
------------------
<xsl:import href="file://\\saturn\dev\test2.xsl" />
works in msxsl
doesn't work in saxon
------------------
<xsl:import href="file:///\\saturn\dev\test2.xsl" />
works in both!
------------------
<xsl:import href="file:/v:\test2.xsl" />
works in both
------------------
<xsl:import href="file://v:\test2.xsl" />
works in msxsl
fails in saxon
------------------
<xsl:import href="file:///v:\test2.xsl" />
works in both
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








