Validating WML code using W3C Validator
Posted: Sat Aug 27, 2005 7:59 am
I entered this in W3C's Validator - (Validate by Direct Input)
But its returning : Result: Failed validation, 0 error
Any idea whats wrong ?
Thanks
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.1//EN" "http://www.phone.com/dtd/wml11.dtd">
<wml>
<card id="main" title="First Card">
<p mode="wrap">This is a sample WML page.</p>
</card>
</wml>Any idea whats wrong ?
Thanks