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]

RE: Display or hide headings based on XML info


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@lists.mulberrytech.com
>[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
>Jitt_Joynoosaeng@cargill.com
>Sent: 11 May 2001 21:09
>To: XSL-List@lists.mulberrytech.com
>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


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