http://nagoya.apache.org/bugzilla/show_bug.cgi?id=759 *** shadow/759 Sun May 20 17:22:04 2001 --- shadow/759.tmp.20504 Fri Jun 22 09:20:22 2001 *************** *** 1,18 **** ! Bug#: 759 ! Product: Xerces-J ! Version: 1.2.3 ! Platform: All ! OS/Version: All ! Status: NEW ! Resolution: ! Severity: Major ! Priority: High ! Component: JAXP ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Summary: does not transform ' and " into ' and " when writing out XML ! As per XML recommendation, the characters < > & " and ' are to be escaped as < > & " and ' . However the writeXml method in org.apache.crimson.tree.TextNode --- 1,18 ---- ! +============================================================================+ ! | does not transform ' and " into ' and " when writing out XML | ! +----------------------------------------------------------------------------+ ! | Bug #: 759 Product: Xerces-J | ! | Status: RESOLVED Version: 1.2.3 | ! | Resolution: WONTFIX Platform: All | ! | Severity: Major OS/Version: All | ! | Priority: High Component: JAXP | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | As per XML recommendation, the characters < > & " and ' are to be escaped as < > & " and ' . However the writeXml method in org.apache.crimson.tree.TextNode *************** *** 28,30 **** --- 28,34 ---- start = last + 1; out.write ("""); } + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-22 09:20 ------- + This is XercesJ product. We do not maintain Crimson code. + Try [EMAIL PROTECTED] \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
