Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

WML help

Options
  • 19-05-2004 10:17pm
    #1
    Closed Accounts Posts: 302 ✭✭


    I'd like to create a simple wml page to allow me to download a ringtone and game to my phone. Nothin fancy required.
    I've tried this but it doesn't seem to work:
    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
    "http://www.wapforum.org/DTD/wml_1.1.xml"&gt;
    <wml>
    <card title="Ringtone & Game">
    <p><a href="tone.mid">ToneName</a></p>
    <p><a href="game.jad">JAD</a></p>
    <p><a href="game.jar">JAR</a></p>
    </card>
    </wml>


    Any advice would be greatly appriciated.
    Cheers for any help :D


Comments

  • Registered Users Posts: 4,276 ✭✭✭damnyanks


    What happens when you load it (Or doesnt happen)?


  • Closed Accounts Posts: 2,161 ✭✭✭steve-hosting36


    Assuming the file is *.wml and the appropriate mime-type has been set on the hosting server?


  • Closed Accounts Posts: 302 ✭✭Grimlock


    Pretty sure wml is supported on the server, must ask the admins to be certain.....
    When I access the page I can see the page header but that's it!
    Can't download anything! :confused:


  • Registered Users Posts: 1,268 ✭✭✭hostyle


    Try a WML validator

    Its probably the & at first guess. Try &amp; instead


  • Registered Users Posts: 1,746 ✭✭✭pork99


    Hasn't XHTML superseded WML anyway?


  • Advertisement
  • Registered Users Posts: 1,268 ✭✭✭hostyle


    Originally posted by pork99
    Hasn't XHTML superseded WML anyway?

    No. WML is a subset of XHTML.


  • Registered Users Posts: 1,746 ✭✭✭pork99


    Originally posted by hostyle
    No. WML is a subset of XHTML.

    surely XHTML and WML are both subsets of XML?


  • Closed Accounts Posts: 19,777 ✭✭✭✭The Corinthian


    No and no. Both WML and XHTML are applications of XML, in the same manner that HTML is an application of SGML. However, XML is a subset of SGML.


Advertisement