RE: [xsl] Implementing simple XLinks using XSL

Subject: RE: [xsl] Implementing simple XLinks using XSL
From: Adam Van Den Hoven <Adam.Hoven@xxxxxxxxxxxx>
Date: Tue, 19 Dec 2000 11:21:12 -0800
Thanks for the help guys, 

> <xsl:variable name="xlink" select="."/>
> <xsl:for-each select="document(substring-before(@xlink:href, '#'))">
>    <xsl:copy-of 
> select="id(substring-after($xlink/@xlink:href, '#'))"/>
> </xsl:for-each>

This should help a lot. 

To be honest, I'm more worried about whether the matching will work.

This line:
<xsl:template match="*[@xlink:show='embed'][@xlink:actuate='onLoad']">
seems to not be picking up the correct elements. I tested it by writing out
<foo>bar</foo> or something just to make sure that had the correct match
pattern. Unfortunately nothing worked. Can someone verify that I have the
correct match, or select a better one. I'm trying to avoid using a
<for-each> loop if I can. 

Thanks, 
Adam van den Hoven


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


Current Thread