Library tutorials & articles
Wireless Markup Language (WML) Tutorial
Introduction
The Wireless Markup Language (WML) is the markup language used to make sites suitable for viewing using a WAP (Wireless Application Protocol) device. If you don't have a WAP device to view the pages, you can get a simulator by downloading the Wireless Companion from YourWAP. The Wireless Markup Language (WML) documents are based on the Extensible Markup Language (XML), and as such need to be well-formed.
- WML is case sensitive. Elements and attributes are all in lowercase.
- All tags must have closing tags.
- Tags must be nested correctly.
- All attribute values must be enclosed in either single or double quotes.
A WML document must correspond to a valid Document Type Definition (DTD). The DTD used throughout this tutorial is wml_1.1.xml. The DTD should be specified at the top of the document following an xml declaration, as in the following example.
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
Related articles
Related discussion
-
ASP VS PHP
by paulfp (9 replies)
-
ASP - PHP - JSP ... which is better?
by kovshenin (2 replies)
-
(Very urgent)how to assign the value of the variable in javascript function into php variable
by aforencich (2 replies)
-
free hosting with PHP & XML
by Wpodgorski (0 replies)
-
XML / SOAP PHP & C++
by weeb (0 replies)
Related podcasts
-
Java Posse #212 - Oracle Developer Tools Interview
Interview with Ted Farrell about Oracle Developer Tools Fully formatted shownotes can always be found at http://javaposse.com We talk to Ted Farrell (and at the end Duncan Mills) about the Oracle Java developer tools, the new Oracle 11g product stack, Oracle's work on JSRs, the future of the ...
Related jobs
-
Solutions Engineer
in Reading (£50K-£60K per annum)
Events coming up
-
Nov
22
PHPNW08 Conference
Manchester, United Kingdom
phpnw08 is a 1 day conference, to be held on Saturday 22nd November 2008, for developers, designers, managers or anyone else with an interest in the PHP programming language.
hi
I am Jagannath working as Sr.Programmer in Med Write India Ltd. I have one doubt that how to search the latest modified file on the stipulated time and date.If you will help me then i will be happy
Bye
Jagannath
my alternate email address is b_jagan03@yahoo.co.in
Phno : 09849654314
Nice articlae but require more info on this
This thread is for discussions of Wireless Markup Language (WML) Tutorial.