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 wrote:

> 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)
> > that won't complain about  tags when dtd is declared properly.
> W3C
> > complains about those tags even if the following is declared:
> >
> >  > http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> > http://www.w3.org/1999/xhtml"; xmlns:wicket="
> > http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd";
> > xml:lang="en"
> > lang="en">
> >
> > thanks,
> >
> > -nikita
> >
>
>
>
> --
> Nicolás Meléndez
> Java Software Developer
>
> 1) Google App Engine works:
>
> 1.a) http://www.clasificad.com.ar  (Local free classifieds for  housing,
> sale, services, local community, curses,jobs, and events - GAE/J + Wicket +
> YUI)
>
> 1.b) http://www.chessk.com  (Massive multiplayer chess online  GAE/J +
> Applets + Wicket)
>
> 2) Linkedin: http://ar.linkedin.com/in/nicolasmelendez
>


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)
> that won't complain about  tags when dtd is declared properly. W3C
> complains about those tags even if the following is declared:
>
>  http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> http://www.w3.org/1999/xhtml"; xmlns:wicket="
> http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd";
> xml:lang="en"
> lang="en">
>
> thanks,
>
> -nikita
>



-- 
Nicolás Meléndez
Java Software Developer

1) Google App Engine works:

1.a) http://www.clasificad.com.ar  (Local free classifieds for  housing,
sale, services, local community, curses,jobs, and events - GAE/J + Wicket +
YUI)

1.b) http://www.chessk.com  (Massive multiplayer chess online  GAE/J +
Applets + Wicket)

2) Linkedin: http://ar.linkedin.com/in/nicolasmelendez


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  tags when dtd is declared properly. W3C
complains about those tags even if the following is declared:

http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
http://www.w3.org/1999/xhtml"; xmlns:wicket="
http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd"; xml:lang="en"
lang="en">

thanks,

-nikita