-
getDocumentElement() throws an exception when the Xerces version is greater than 2.3.0. With Xerces
2009-11-12 22:32:54 UTC by dylanbarrell
-
Current nekohtml from SVN is fine with handling
* implicit TBODY start tags, and
* missing TBODY start and end tags.
However it fails with implicit TBODY end tags.
2009-11-10 16:48:01 UTC by waldbaer
-
Dear all,
Please find attached patch, as can have multiple elements of any of , or .
- Also, please 'organize imports' of all the java sources.
2009-11-07 11:51:19 UTC by asashour
-
I have a problem with not-closed Html tags.
Here is an example.
2009-10-26 01:28:01 UTC by quiqon
-
Fixed in SVN so most likely a dupe of 2854697.
2009-10-08 21:26:21 UTC by jbaxter2009
-
Ah, just browsed the tracker and this looks like a dupe of 2854697. I will check out SVN and see if it fixes.
2009-10-08 21:07:15 UTC by jbaxter2009
-
I get a StackOverflowError at line 1000 in HTMLTagBalancer.java, 1.9.13 on certain documents, including the attached. I have not been able to isolate the HTML any further, but there is clearly potential for recursive overflow since line 1000 consists of HTMLTagBalancer.endElement invoking itself: endElement(element, augs);.
2009-10-08 21:04:02 UTC by jbaxter2009
-
In html, we have element in a none xhtml namespace. However, the tag balancer adds around the anyway. For example:
ends up like . This extra tag causing problem in the downstream process.
A suggestion on the fix is to modify getElement method in HTMLTagBalancer to add...
2009-10-02 13:13:58 UTC by afang44
-
If the context stack for a fragment bound using http://cyberneko.org/html/properties/balance-tags/fragment-context-stack contains a "body" tag Neko will still introduce a "head" tag if the first element in the content has HEAD as a preferred parent. This is caused by the fact that the boolean fSeenBodyElement is not affected by the context stack. Similarly fSeenRootElement and fSeenHeadElement...
2009-09-29 22:12:22 UTC by louiscryan
-
Now fixed in SVN. Thanks for reporting with a minimal code example.
2009-09-29 08:40:25 UTC by mguillem