Re: [dom4j-user] Extra Attributes

2006-06-26 Thread Evan Kirkconnell
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

Re: [dom4j-user] Extra Attributes

2006-06-26 Thread Evan Kirkconnell
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

Re: [dom4j-user] Extra Attributes

2006-06-26 Thread Evan Kirkconnell
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 >> >>

Re: [dom4j-user] Extra Attributes

2006-06-24 Thread Edwin Dankert
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

Re: [dom4j-user] Extra Attributes

2006-06-23 Thread Evan Kirkconnell
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-user] Extra Attributes

2006-06-22 Thread Evan Kirkconnell
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