Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

WML help

  • 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, Registered Users 2 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, Registered Users 2 Posts: 1,268 ✭✭✭hostyle


    Try a WML validator

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


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


    Hasn't XHTML superseded WML anyway?


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


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

    No. WML is a subset of XHTML.


  • Registered Users, Registered Users 2 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