XML 1.0 defines some entites you can use to indicate reserved characters:
< for <
> for > (although you can use > directly if you wish
& for &
" for "
' for '
So your example becomes:
<element> if a > 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: '>' 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
|