When I use the HTMLSerializer class to write an HTML document, MAP elements
don't have maching end tag. It causes me problems with IE (5) when I use
several maps...


I think this is because in HTMLdtd.java, EMPTY is declared "0x0010 |
ONLY_OPENING" (l. 142), and that the MAP element has the properties "EMPTY |
ALLOWED_HEAD" (l. 509). Thus, the calls to HTMLdtd.isOnlyOpening( htmlName )
in HTMLSerializer.java will always return true.
(But maybe that's not the reason... )


Eric.


_______________________________________

Eric SCHAEFFER
[EMAIL PROTECTED]

POSTER CONSEIL
118 rue de Tocqueville
75017 PARIS
FRANCE
Tel. : 33-140541058
Fax : 33-140541059
_______________________________________

----------------------------------------------------------------------------
-----------------------------
 Come to the first official Apache Software Foundation Conference!
-----------------------------------
http://ApacheCon.Com ------------------------------------


Reply via email to