Sent: 27 June 2006 00:27
Cc: dom4j-user@lists.sourceforge.net
Subject: Re: [dom4j-user] Extra Attributes
Oops, forgot the attachments.
I wasn't able to reproduce the rendering difference by just
removing the rowspan and colspan attributes. I guess the
pretty printing affected this.
--Evan
Evan Kirk
June 2006 03:04
To: Mike Skells
Cc: dom4j-user@lists.sourceforge.net
Subject: Re: [dom4j-user] Extra Attributes
Thanks for the response Mike,
I still have a dilemma though, because if I set Xerces'
http://apache.org/xml/features/nonvalidating/load-external-dtd
to false, it stops adding the
ginal Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf
>> Of Evan Kirkconnell
>> Sent: 24 June 2006 03:04
>> To: Mike Skells
>> Cc: dom4j-user@lists.sourceforge.net
>> Subject: Re: [dom4j-user] Extra Attributes
>>
>>
Why don't you set the 'rowspan' and 'colspan' attributes in your XHTML to
the correct value?
Regards,
Edwin
--
http://www.edankert.com/
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download
parse chain
>
> Mike
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf
>> Of Evan Kirkconnell
>> Sent: 22 June 2006 23:01
>> To: dom4j-user@lists.sourceforge.net
>> Subject: [dom4j-user] Extra
DOM4J seems to be adding attributes to my document. I don't know if
this is when it's loaded, or when it's serialized, and I'd guess it has
something to do with the XHTML DTD. It's adding rowspan="1" and
colspan="1" to my td's and like clear="none" or something like that to
br's. I'm using a