NekoHTML 1.9.7 released

Release 1.9.7 of NekoHTML is now available.

Besides a few bug fixes, the main changes are internal: no reflection is used any more to ensure compatibility with different Xerces versions having different and incompatible methods. I’ve introduced the usage of a “bridge” per Xerces version inspired from Rhino’s VMBridge. It was a really interesting exercise to set this up and to compile and test it correctly (furthermore with JDK 1.3 compatibility).

2 Comments

  1. Daniel Gredler said,

    April 7, 2008 at 2:15 pm

    In case anyone else is interested in the bridge code (as I was), here’s the link: http://nekohtml.svn.sourceforge.net/viewvc/nekohtml/trunk/src/org/cyberneko/html/xercesbridge/


Post a Comment