RE: Linking acronym to a glossary entry

Subject: RE: Linking acronym to a glossary entry
From: DPawson@xxxxxxxxxxx
Date: Wed, 1 Sep 1999 07:38:56 +0100
Many thanks Ken.

>
><xsl:template match="acronym">  <!--find term with same 
>content as acro-->
>   <a href="#{generate-id(//def/term[.=current()])}">
>     <xsl:value-of select="."/>
>   </a>
></xsl:template>

Thats the bit I was getting stuck on,
searching for /def/term, and comparing what was there
with  (current-node) oops, current() !

Need to be careful with the use of "." I suppose.


<quote src="WD">
current()
means the same as
<xsl:value-of select="."/>

However, within square brackets the current node is usually different from
the context node
</quote>

Tricky bunch our editors!



regards, DaveP


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


Current Thread