DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18374>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18374

Serializer does not write '>' as '&gt;'

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-05-28 13:00 -------
The serializer does produce valid XML. The '>' only has to be escaped in CDATA 
content:
[[
The ampersand character (&) and the left angle bracket (<) may appear in their 
literal form only when used as markup delimiters, or within a comment, a 
processing instruction, or a CDATA section. If they are needed elsewhere, they 
must be escaped using either numeric character references or the 
strings "&amp;" and "&lt;" respectively. The right angle bracket (>) may be 
represented using the string "&gt;", and must, for compatibility, be escaped 
using "&gt;" or a character reference when it appears in the string "]]>" in 
content, when that string is not marking the end of a CDATA section.
]]

http://www.w3.org/TR/REC-xml#syntax

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to