Message:
The following issue has been resolved as WON'T FIX.
Resolver: Michael Glavassevich
Date: Sat, 15 May 2004 1:03 PM
It was decided soon after the 2.6.1 release [1] that Xerces-J and Xalan-J will be
moving towards a common base for serialization code. As a first step in this effort
the HTML and XHTML serializers (org.apache.xml.serialize) have been deprecated.
Alternative serialization methods are described in the Xerces-J documentation [2]. It
is intended that the HTML and XHTML serializers will be removed in the future after
users have had sufficient time to switch over.
[1] http://marc.theaimsgroup.com/?l=xalan-dev&m=107593381313807&w=2
[2] http://xml.apache.org/xerces2-j/faq-general.html#faq-5
---------------------------------------------------------------------
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: Resolved
Priority: Major
Resolution: WON'T FIX
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 1:03 PM
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]