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 ?


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@sigal.fr]
Sent: 10 April 2002 07: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]