Subject: RE: composing file reference for document() based on xml input
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 11 May 2001 10:00:45 +0100
|
> I'm trying to piece together a file reference for use in a
> document() call
> in my XSL.
>
> <xsl:copy-of
> select="document({/root/state/site/physical-site/root} +
> '/xml/navigation.xml')"/>
>
Neveer use curly braces inside an XPath expression.
You don't need to: use the concat() function.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Thomas B. Passin - Thu, 10 May 2001 17:17:46 -0400 (EDT)
Michael Kay - Fri, 11 May 2001 04:56:52 -0400 (EDT) <=
|
|