Wml Validator Software

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

    Wml Validator Software

    Does anybody know where i can download a wml validator software?
    k:

    #2
    Does anybody know where i can download a wml validator software?
    k:[/b]
    You can do it online here http://validator.w3.org

    Comment


      #3
      You can do it online here http://validator.w3.org[/b]
      Thanks For That Clint....

      Comment


        #4
        Thanks For That Clint....[/b]
        Thanks mate i already use that if anybody knoes any such software pls let me no

        Comment


          #5
          i didnt heard for that,bro use local sever,find your bugs by self,you will learn lot of things

          Comment


            #6
            I agree with you but be prepared for war!

            Comment


              #7
              validator
              I agree with you but be prepared for war![/b]

              Comment


                #8
                use WAPproof emulator its good fr validation www.wap-proof.com

                Comment


                  #9
                  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>
                  http://ngeo.ro

                  Comment


                    #10
                    You may use CSE HTML Validator for 100 validations or for 30 days

                    Comment


                      #11
                      You may use CSE HTML Validator for 100 validations or for 30 days[/b]
                      i have a wml validator script and works fine
                      www.inbuzunar.mobi - Your mobile portal pocket

                      Comment


                        #12
                        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
                        Advertise your mobile site for FREE with AdTwirl

                        Comment


                          #13
                          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

                          Comment


                            #14
                            http://mfws.ro/wml-validator and http://mfws.ro/xml-validator ;)
                            www.inbuzunar.mobi - Your mobile portal pocket

                            Comment


                              #15
                              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
                              Visit: 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

                              Working...
                              X