[Home] [By Thread] [By Date] [Recent Entries]
Hi Sean,
> <xsl:variable name='checkti' select='{title}' />
The variable should not have curly brackets in its select.
<xsl:variable name='checkti' select='title' />
This one will select an element with the name title.
Your <a href does need the curly brackets, so that should not be changed.
Cheers,
Ragulf Pickaxe :-)
|

Cart



