Does anybody know where i can download a wml validator software?
k:
Wml Validator Software
Collapse
This is a sticky topic.
X
X
-
GuestTags: None
- Stuck
-
CLINT
You can do it online here http://validator.w3.orgDoes anybody know where i can download a wml validator software?
k:[/b]
-
lamar-wap -
Guest
Thanks mate i already use that if anybody knoes any such software pls let me noThanks For That Clint....[/b]
Comment
-
Guest -
Guest -
save this script like ' validator.htm ' open with IE and copy paste the source code in code area.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>WML Validator</title>
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<link rel="stylesheet" type="text/css" href="../style/test.css" />
<script language="JavaScript" type="text/javascript">
function validateWML()
{
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM")
xmlDoc.async="false"
xmlDoc.loadXML(document.all("validwml").value)
if(xmlDoc.parseError.errorCode!=0)
{
txt="Error Code: " + xmlDoc.parseError.errorCode + "\n"
txt=txt+"Error Reason: " + xmlDoc.parseError.reason
txt=txt+"Error Line: " + xmlDoc.parseError.line
alert(txt)
}
else
{
alert("No errors found")
}
}
</script>
</head>
<body>
<input type="button" value="Valideaza WML" onclick="validateWML()" />
<form action="">
<textarea id="validwml" rows="30" cols="100">
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="id" title="titlu">
<p>Salutare!</p>
<p>[img]x.jpg[/img]</p>
<p align="left">[img]x.jpg[/img]</p>
<p align="left">- x</p>
</card>
</wml>
</textarea>
<input type="button" value="Valideaza WML" onclick="validateWML()" />
</form>
</body>
</html>
Comment
-
i have a wml validator scriptYou may use CSE HTML Validator for 100 validations or for 30 days[/b]
and works fine
www.inbuzunar.mobi - Your mobile portal pocket
Comment
-
Another validator for mobile sites.
The ready.mobi testing tool evaluates mobile-readiness using industry best practices & standards.
The free report provides both a score (from 1 to 5) and in-depth analysis of pages to determine how well your site performs on a mobile device.
http://ready.mobi
Comment
-
-
Go
Warning: file_get_contents(http%3A%2F%2Fwapmasterz.net) [function.file-get-contents]: failed to open stream: No such file or directory in /home/mfwsro/public_html/wml-validator/index.php on line 13
kiss you have a error lol
Look at mine https://sof.us.to/wapbuilder/val.phpVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment

Comment