Wml to xhtml

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Wml to xhtml

    Can some1 please convert this script to xhtml please? :D

    Thanks in advance!
    Attached Files

    #2
    re

    you wont learn unless you attempt it yourself lol xhtml conversion is easy once you know how









    Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
    Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

    Comment


      #3
      you have to know a few html before trying xhtml, Doctype, tags, attributes etc

      WapCHAT Forum Currenltly changing over to xhtml

      My Dowloads Site

      Comment


        #4
        well i tried .. i changed this
        Code:
        header("Content-type: text/vnd.wap.wml\n");
        echo("<?xml version=\"1.0\" encoding=\""._ENCODING_TAG."\"?>\n");
        into
        Code:
        header("Content-type: application/xhtml+xml\n");
        echo("<?xml version='1.0' encoding='iso-8859-1'?>\n");
        but then with opera i get rparse error specifing the iso thing above .. i need some good tutorials .. for example .. exact tutorials to learn how to convert from wml to xhtml ..

        Comment


          #5
          try

          echo("<?xml version=\'1.0\' encoding=\'iso-8859-1\'?>\n");

          Comment


            #6
            any thing is echo


            always remember to \ "
            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


              #7
              what do you mean by that sub zero?

              after i made what ori said i get this

              Code:
                1: <?xml version=\'1.0\'encoding=\'iso-8859-1\'?>
              and highlighted with red is the first "\" symbol (before'1.0)
              Last edited by Guest; 12.04.09, 14:07.

              Comment


                #8
                managed to convert the index file but those bloody wml files are giving me hard times .. help!
                Last edited by Guest; 12.04.09, 20:54.

                Comment


                  #9
                  Use this delete that line

                  under <title>Your Site </title>

                  HTML Code:
                  echo "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />";
                  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


                    #10
                    re

                    <?php

                    echo("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
                    echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD XHTML Mobile 1.0//EN\"". " \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
                    ?>
                    <?
                    <html xmlns="http://www.w3.org/1999/xhtml">
                    <head>
                    <title>Your Site</title>
                    <meta forua="true" http-equiv="Cache-Control" content="no-cache"/>
                    <meta forua="true" http-equiv="Cache-Control" content="must-revalidate"/>
                    </head>
                    <body>




                    </body>
                    ?>
                    </html>









                    Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                    Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                    Comment


                      #11
                      you dont understand guys .. this is not a simpel script .. the index file just makes connections to other php files .. like guestbook .. what sub said with title doesnt exist in teh index because the scritp has admin panel .. and is changed by there and when changing there the changes are made in the sql not in the index file..

                      when accesing guestbook for example the link looks like his

                      ..://.../index.php?option=component&id=3

                      now i made the index file

                      and you can see the script with the converted index file here but now when accesing any section the articles are plain text .. the same with the bottom button ... and the same with poll and guestbook

                      TEST SITE HERE!

                      i supose there are no need t make changes in the sql file right?

                      Comment


                        #12
                        send me the real file before you edited it

                        support@oz-au.net


                        Wait for a day or two my team and me will see what we can do for you.
                        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


                          #13
                          ok .. sent it bro btw there is anorther glitch in this script .. i add 15 articles in a section but when i ad dmore than 15 parse to html error appears that error with div align center.. dumb script .. if i could have a similar cms script .. not wap to go because that is very good but can put images and links in the article ..

                          Comment


                            #14
                            if you need anymore help i am willing to convert it for you if sub doesnt have time, let me know

                            click here to join blingywap.co.za
                            http://blingywap.co.za


                            IF YOU NEED HELP JUST ASK AND ALWAYS SAY THANK YOU!

                            Comment


                              #15
                              well do it mate if you can but i discovered another falwless int eh script ... if i add more than 15 artcles i get reparse to html error .. so are you up for the job mate?

                              Comment

                              Working...
                              X