RE: Using a variable as an Xpath expression

Subject: RE: Using a variable as an Xpath expression
From: "Jarno Elovirta" <jarnose@xxxxxxxxxx>
Date: Tue, 8 Feb 2000 14:10:53 +0200
> >    <xsl:apply-templates select="document($uri)$xpointer"
> > , you can't do that.
>
> You could do
>
>  <xsl:apply-templates select="document(concat($uri,'#',$xpointer))">
>
> If your xsl engine understood URI references using using xpointer
> fragments (but I don't think any do yet).

Well, this is actully what I am trying to do in the first place. Since no
XSL engine understands XLink yet, I'm trying to write XSLT to do it for the
engine when xlink:show="embed" and xlink:actuate="onLoad". Too bad :/

Jarno


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread