This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Display or hide headings based on XML info


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]