Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XERCESJ-964 Here is an overview of the issue: --------------------------------------------------------------------- Key: XERCESJ-964 Summary: Wrong HTML formating with indent Type: Bug Status: Unassigned Priority: Major Project: Xerces2-J Components: Serialization Versions: 2.6.2 Assignee: Reporter: Boris Created: Sat, 15 May 2004 11:09 AM Updated: Sat, 15 May 2004 11:09 AM Environment: Windows 2000,jdk1.4.1 Description: HTMLSerializer wrong format code near </td> When i trying serialize such code <table> <tr> <td><img src="/images/spacer.gif"/></td> </tr> </table> I have wrong result <table> <tr> <td><img src="/images/spacer.gif"> </td></tr> </table> In result i have holes under images in my html page. IMHO serializer must not insert linebreaks before and after inline elements (such as <b>, <img>, etc.) --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
