[Home] [By Thread] [By Date] [Recent Entries]
> However, if no value exists for DescInfo from the
> source, then the <ListofDescription> tag should not
> appear at all:
>
<xsl:template match="ListOfDescription">
<xsl:if test="DescInfo">
...
</xsl:if>
</xsl:template>
i.e. do nothing if there is no DescInfo child.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



