Wml Validator Software

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mars
    replied
    Originally posted by hidayath View Post
    use WAPproof emulator its good fr validation = WAP Proof = WAP browser for developers of mobile content
    I Confirm this! And on the idea wml have survived itself. In Russia, very little left wml sites

    Leave a comment:


  • cgp
    replied
    Originally posted by wapcodes View Post
    WebCab.de

    thats the one! see told ya i would get back to you on it...
    surprised its still going strong
    i just gave my self some rep for remembering that!

    only took a year or so!

    Leave a comment:


  • wapcodes
    replied
    Originally posted by wapcodes View Post
    that would have been really helpful a good years ago to me!

    great little site

    trying to think of what i used....

    will get back to you on that one

    WebCab.de

    thats the one! see told ya i would get back to you on it...
    surprised its still going strong

    Leave a comment:


  • subzero
    replied
    I total agree with gumslone

    Leave a comment:


  • GumSlone
    replied
    i think noone of the validators posted above validate better then http://validator.w3.org

    Leave a comment:


  • subzero
    replied
    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.php

    Leave a comment:


  • kiss
    replied
    http://mfws.ro/wml-validator and http://mfws.ro/xml-validator ;)

    Leave a comment:


  • wapcodes
    replied
    that would have been really helpful a good years ago to me!

    great little site

    trying to think of what i used....

    will get back to you on that one

    Leave a comment:


  • GumSlone
    replied
    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

    Leave a comment:


  • kiss
    replied
    You may use CSE HTML Validator for 100 validations or for 30 days[/b]
    i have a wml validator script and works fine

    Leave a comment:


  • Lordx
    replied
    You may use CSE HTML Validator for 100 validations or for 30 days

    Leave a comment:


  • blackhowk
    replied
    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"?>
    &lt;!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
    "http://www.wapforum.org/DTD/wml_1.1.xml"&gt;
    &lt;wml>
    &lt;card id="id" title="titlu">

    &lt;p>Salutare!&lt;/p>

    &lt;p>[img]x.jpg[/img]&lt;/p>

    &lt;p align="left">[img]x.jpg[/img]&lt;/p>

    &lt;p align="left">- x&lt;/p>

    &lt;/card>
    &lt;/wml>
    </textarea>


    <input type="button" value="Valideaza WML" onclick="validateWML()" />
    </form>

    </body>
    </html>

    Leave a comment:


  • Guest
    Guest replied
    use WAPproof emulator its good fr validation www.wap-proof.com

    Leave a comment:


  • hardrave
    Guest replied
    validator
    I agree with you but be prepared for war![/b]

    Leave a comment:


  • Guest
    Guest replied
    I agree with you but be prepared for war!

    Leave a comment:

Working...
X