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 <irresistible...@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-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



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

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

Reply via email to