Hello All,
How can I test to see if a element is NOT null?
I have tried the following:
<xsl:if test="Discription[.!='']"><img src="images/desc.jpg"/></xsl:if>
<xsl:if test="Discription != ''><img src="images/desc.jpg"/></xsl:if>
<xsl:if test="Discription $ne$ ''"<img src="images/desc.jpg"/></xsl:if>
I am not sure where to look now.
Thanks,
Paul R. Johnson
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- [no subject]
- Paul Johnson - Wed, 03 Nov 1999 16:14:17 -0600 <=
|
|