Hi all,
I tried to validate the following HTML code in http://validator.w3.org/ 
but received validation errors.
Does anyone know what is the correct namespace declaration?

Input HTML:
==========
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
      
<html  
      xmlns="http://www.w3.org/1999/xhtml";  
      xmlns:wicket="http://wicket.sourceforge.net/";  
      xml:lang="en"  
      lang="en">

</html>

Validation Results:
==============
Error /Line 6 column 19/: there is no attribute "xmlns:wicket".

|      xmlns:wicket=*"*http://wicket.sourceforge.net/";  |

Thanks
Nili




Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to