Just today I (with the help of Emond Papegaaij) released Wicket Stuff
HTML Validator version 1.3.1

The WicketStuff HTML Validator filter is based upon the work of the
Tuckey developers. The WicketStuff validator only validates XHTML
based on the XHTML DTDs. This package is licensed under the Gnu Public
License.

This release fixes an issue we discovered where a Wicket entity escape
prevented the HTML validator from discovering additional markup
problems. The problem was that a && sequence triggered a fatal parse
exception, stopping all further validation. We fixed this by replacing
all && with && and &wicket:ignoreIfNotActive with
&amplwicket:ignoreIfNotActive in the markup that is being checked
(this doesn't affect your rendered markup).

If you have the wicketstuff repository added to your repository
manager, then all you have to do is update your version number of the
wicketstuff validator:

        <dependency>
            <groupId>org.wicketstuff</groupId>
            <artifactId>htmlvalidator</artifactId>
            <version>1.3.1</version>
            <scope>test</scope>
        </dependency>

For more information about its use and to find the source code see:
http://github.com/dashorst/wicket-stuff-markup-validator

-- Happy validating!

Martijn

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to