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]
Other format: [Raw text]

RE: '>' or '<' in element xml ?


<element> if a > b </element>
in xslt:
<xsl:if test=" a &gt; b"></xsl:if>  or  <xsl:if test=" a &lt; b"></xsl:if>

> is &gt; and < is &lt;

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Philippe Pithon
Sent: 10 April 2002 09:53
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] '>' or '<' in element xml ?

How to place '>' or '<' in an element xml?

example :
<element> if a > b </element>

Thank you !


 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]