[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

import / include using file: URI over windows networki

Subject: import / include using file: URI over windows networking
From: David Andersen - DefenseWeb Technologies <david.andersen@xxxxxxxxxxxxxx>
Date: Tue, 10 Apr 2001 17:54:49 -0700
file uri
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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.