OT: html validator that parses add'l dtd's?

2010-06-11 Thread Nikita Tovstoles
Can anyone recommend a validator (browser plugin, online, or eclipse plugin) that won't complain about wicket tags when dtd is declared properly. W3C complains about those tags even if the following is declared: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN

Re: OT: html validator that parses add'l dtd's?

2010-06-11 Thread nicolas melendez
set up your app en deployment mode, or copy the development mode setup of wicket and modify it in order to not show wicket:id tag On Fri, Jun 11, 2010 at 3:36 PM, Nikita Tovstoles nikita.tovsto...@gmail.com wrote: Can anyone recommend a validator (browser plugin, online, or eclipse plugin)

Re: OT: html validator that parses add'l dtd's?

2010-06-11 Thread Nikita Tovstoles
right, that avoids having to validate wicket tags. However, since the URL to the wicket DTD is provided, it'd be nice to validate the dev mode doc as well (or at least not see false errors while running a validator in dev mode) On Fri, Jun 11, 2010 at 3:07 PM, nicolas melendez