RE: [xsl] Display or hide headings based on XML info

Subject: RE: [xsl] Display or hide headings based on XML info
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Fri, 11 May 2001 23:54:12 +0100
Jitt,
<xsl:if test="//element='Chem'">
	blah blah blah
</xsl:if>

Ciao Chris

XML/XSL Portal 
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
>Jitt_Joynoosaeng@xxxxxxxxxxx
>Sent: 11 May 2001 21:09
>To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
>Subject: [xsl] 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
>
>

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


Current Thread