[xsl] Display or hide headings based on XML info

Subject: [xsl] Display or hide headings based on XML info
From: Jitt_Joynoosaeng@xxxxxxxxxxx
Date: Fri, 11 May 2001 15:09:19 -0500
I'm trying to display or hide a heading if there is a particular 
element in the xml.   My xml looks like this:

<element>Chem</element>
<component>C</component>
<value>398</value>

If there is an element of "Chem", the component and value will display 
in HTML under a heading entitled "Chemistry".  If there isn't an 
element of "Chem", I don't want the "Chemistry" heading to display.

What's the best way to achieve this?

Thanks.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread