-
According to my reference 'name' is not a valid attribute for the div tag. But maybe that has changed in later versions of xhtml. XhtmlUnit has not been updated for a while. I would do it if anybody is still using it.
2009-03-24 16:17:37 UTC by johnlink
-
Hi,
the following code snippet results in the error message below. I don't understand why because it looks like well formed XHTML to me.
Any help is greatly appreciated!
Cheers,
Carsten.
Code:
XHTMLTester tester = new XHTMLTester();
tester.setContextTag(XHTMLContextTag.BODY);
tester.assertValid("Hello World");
Error message...
2007-11-14 17:07:23 UTC by carsten_sahling
-
johnlink committed patchset 13 of module XHTMLUnit to the XHTMLUnit CVS repository, changing 2 files.
2006-03-15 10:46:56 UTC by johnlink
-
johnlink committed patchset 12 of module XHTMLUnit to the XHTMLUnit CVS repository, changing 9 files.
2006-01-17 15:16:52 UTC by johnlink
-
johnlink committed patchset 11 of module XHTMLUnit to the XHTMLUnit CVS repository, changing 2 files.
2005-04-25 07:31:32 UTC by johnlink
-
johnlink committed patchset 10 of module XHTMLUnit to the XHTMLUnit CVS repository, changing 3 files.
2005-03-04 14:35:19 UTC by johnlink
-
johnlink committed patchset 9 of module XHTMLUnit to the XHTMLUnit CVS repository, changing 4 files.
2005-01-04 10:14:54 UTC by johnlink
-
johnlink committed patchset 8 of module XHTMLUnit to the XHTMLUnit CVS repository, changing 3 files.
2005-01-03 11:07:46 UTC by johnlink
-
johnlink committed patchset 7 of module XHTMLUnit to the XHTMLUnit CVS repository, changing 10 files.
2005-01-03 11:07:46 UTC by johnlink
-
johnlink committed patchset 6 of module XHTMLUnit to the XHTMLUnit CVS repository, changing 2 files.
2004-12-02 19:51:02 UTC by johnlink