[Home] [By Thread] [By Date] [Recent Entries]
Hi,
> <xsl:if test="*/A[@ID={$fid}]">
This should throw an error. I think your intention is
<xsl:if test="*/A[@ID=$fid]">
Jarno
|
[Home] [By Thread] [By Date] [Recent Entries]
Hi,
> <xsl:if test="*/A[@ID={$fid}]">
This should throw an error. I think your intention is
<xsl:if test="*/A[@ID=$fid]">
Jarno
|