RE: [xsl] pls help me on XML-XSLt Tag Display

Subject: RE: [xsl] pls help me on XML-XSLt Tag Display
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 27 Jun 2001 10:28:06 +0100
> 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


Current Thread