Encyclopedia > WML

  Article Content

WML

Wireless Markup Language is the primary content format for devices that implement the WAP (Wireless Application Protocol) specification based on XML. An example:
 
 <?xml version="1.0"?>
 <!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.1//EN" "http://www.phone.com/dtd/wml11.dtd" >
 <wml>
   <card id="main">
     <p mode="wrap">This is a sample WML page.</p>
   </card>
 </wml>

See also: CHTML



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Quadratic formula

... the expression to the left of "=", that will make it a perfect square trinomial of the form x2 + 2xy + y2. Since "2xy" in this case is (b/a)x, we must have y = b/(2a), so ...

 
 
 
This page was created in 21.5 ms