[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Greater than valid attribute
- From: Henning Kjær <hkj@bording.dk>
- To: xml-dev@lists.xml.org
- Date: Fri, 06 Jul 2001 12:34:21 +0200
Hi list,
I was one thought that the > and < signs were reserved signs and can not be
used in an attribute unless writing < and >
so please explain to me why the greater than sign can be be used within an
attribute value.
Example:
<myxml>
<mytag att=' content of attribute > something'/>
</myxml>
All the xml parsers I have worked with validates the above to be
well-formed.
?
- Henning Kjær