From: Fabrizio G. <fg...@gm...> - 2004-08-17 22:53:00
|
thanks for the patches, Pablo. I just committed your fixes in cvs. I also recently committed a fix from the c version of tidy for the duplicate attribute bug (it also allows to join "style" and "class" attributes instead of dropping duplicates). Xml output should now be a lot more stable, you can try it in a rc8 nightly build. Any other patch and bugfix is welcome, I recommend you to use the sourceforge bugtracker to submit them, instead of posting to the mailing list, and if possible also add a junit testcase which shows what the patch does (this takes only a few minutes, since you will simply need to provide an input, expected output, and configuration files - see http://cvs.sourceforge.net/viewcvs.py/jtidy/jtidy2/src/test/org/w3c/tidy/JTidyBugsTest.java?view=markup as an example). fabrizio On Thu, 12 Aug 2004 12:47:25 -0400, Mayrgundter, Pablo <pma...@do...> wrote: > > Here's a similar fix that drops invalid numeric entities from XML mode (entities that map to invalid XML chars): > |