You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Paolo <ir...@gmail.com> on 2012/03/27 17:13:45 UTC

What DTD is correct to use with wicket 6?

I am starting my html wicket page with:

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd" xml:lang="it" lang="it">
<head>
...

Is it correct too for wicket 1.5 and 6?

P.S.
The link http://wicket.apache.org/dtds.data/wicket-xhtml1.5-strict.dtd doesn't exist! 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: What DTD is correct to use with wicket 6?

Posted by Martin Grigorov <mg...@apache.org>.
I use the .xsd
/home/martin/git/apache/wicket/wicket-core/src/main/resources/META-INF/wicket-1.5.xsd

I added a mapping in my IDE so when
xmlns:wicket="http://wicket.apache.org" is used it will actually use
the .xsd from the local file system.
I guess it is possible to read it from wicket-core.jar. Or as last
option you can read it directly from the Git/GitHub repo.

On Tue, Mar 27, 2012 at 5:13 PM, Paolo <ir...@gmail.com> wrote:
> I am starting my html wicket page with:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd" xml:lang="it" lang="it">
> <head>
> ...
>
> Is it correct too for wicket 1.5 and 6?
>
> P.S.
> The link http://wicket.apache.org/dtds.data/wicket-xhtml1.5-strict.dtd doesn't exist!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org