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

Re: Base URL for input to the document() function

Subject: Re: Base URL for input to the document() function
From: Jens Lautenbacher <jtl@xxxxxxxxxx>
Date: 10 May 2000 12:02:55 +0200
xslt document function url path
Katie Stafford <katstaff@xxxxxxxxxxxxxxxxxx> writes:

> I am attempting to use XSLT's document() function to include the textual
> content of an external file in the HTML output of an XSL file.  The
> problem is that if I use a call like: 
> 
> <xsl:value-of select="document('test')"/>
> 
> , the resulting HTML attempts to include the document '<xmlns path>/test',
> where <xmlns path> is the path specified in the following line, which
> appears at the start of the document: <xsl:stylesheet
> xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">.  I can't figure out how
> to make it look at a different base URL, and I don't understand why it is
> using this one!

Why dont' you simply use document('../../some/path/test') ? 

Where ../../some/path is the path to test relative from the location of your xsl file?

Absolute paths like document('/some/absolute/path/test') work, too, at
least with xalan (and I'm pretty sure with saxon and xt, too)

        jtl


 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.