[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] Finding and promoting footnotes
Subject: RE: [xsl] Finding and promoting footnotes
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Wed, 30 Nov 2005 10:50:34 +0200
|
Hi,
> <xsl:if test="*/A[@ID={$fid}]">
This should throw an error. I think your intention is
<xsl:if test="*/A[@ID=$fid]">
Jarno
|