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

http://issues.apache.org/bugzilla/show_bug.cgi?id=31561

javadoc - 'four basic XML entities' should be 5 (apos is missing)

           Summary: javadoc - 'four basic XML entities' should be 5 (apos is
                    missing)
           Product: Commons
           Version: unspecified
          Platform: All
               URL: http://jakarta.apache.org/commons/lang/api/org/apache/co
                    mmons/lang/StringEscapeUtils.html#escapeXml(java.lang.St
                    ring)
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Lang
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


in class <code>StringEscapeUtils</code>, the javadoc of the methods
<code>public static String escapeXml(String str)</code>
and
<code>public static String unescapeXml(String str)</code>
says:
'Supports only the four basic XML entities (gt, lt, quot, amp).'
It should say 
'Supports only the five basic XML entities (gt, lt, quot, amp, apos).'

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

Reply via email to