|
Subject: Re: [xsl] configuring a conditional From: Bruce D'Arcus <bdarcus@xxxxxxxxx> Date: Tue, 24 May 2005 12:13:49 -0400 |
I see from your code that that will be a mods:mods element. Does it have a @linkend (does it have the correct one?).
If it's not otherwise clear (and even if it is), this can be checked fairly easily by including an <xsl:value-of select="@linkend"/> in your message, to tell whether @linkend is what it should be.
<xsl:message>
<xsl:value-of select="$cite-ref/@linkend"/>:
<xsl:if test="$cite-ref is key('refs',@linkend)[1]">FIRST</xsl:if>
</xsl:message>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] configuring a conditional, Wendell Piez | Thread | Re: [xsl] configuring a conditional, Wendell Piez |
| Re: [xsl] configuring a conditional, Wendell Piez | Date | Re: [xsl] configuring a conditional, David Carlisle |
| Month |