[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] '>' or '<' in element xml ?


Subject: RE: [xsl] '>' or '<' in element xml ?
From: "Mark Seaborne" <MSeaborne@xxxxxxxxxxxxxxxxx>
Date: Wed, 10 Apr 2002 08:11:13 +0100

XML 1.0 defines some entites you can use to indicate reserved characters:

&lt; for <
&gt; for > (although you can use > directly if you wish
&amp; for &
&quot; for "
&apos; for '

So your example becomes:

<element> if a &gt; b </element>
Any introductory book, or web site should give this information.

All the best

Mark 

-----Original Message-----
From: Philippe Pithon [mailto:ppithon@xxxxxxxx]
Sent: 10 April 2002 07:53
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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



Current Thread
Keywords
xml