|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
DTD's in building WAP pages
Hi All,
I am relatively a new entrant into WAP. I was looking at a few examples on the w3schools tutorials and some even in this forums. What DTD's do you need to use display wap pages. Do I need to create a new one on my own ? Or can I refer to a dtd on a different site altogether ? Or Do I need a dtd to display my WAP pages ? Or is there a standard "String I can use" An Eg from W3schools: <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="HTML" title="HTML Tutorial"> <p> Our HTML Tutorial is an award winning tutorial from W3Schools. </p> </card> <card id="XML" title="XML Tutorial"> <p> Our XML Tutorial is an award winning tutorial from W3Schools. </p> </card> </wml> Another one form the forums here: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD WML 2.0//EN" "http://www.wapforum.org/dtd/wml20-flat.dtd"> <html xmlns:wml="http://www.wapforum.org/2001/wml" xmlns="http://www.w3.org/1999/xhtml" version="-//WAPFORUM//DTD WML 2.0//EN"> <head > <title>About us</title> </head> In this example, the user refers to http://www.wapforum.org/dtd/wml20-flat.dtd Any leads or suggestions will be use full rig |
|
#2
|
||||
|
||||
|
Your first example is WAP 1, second is WAP 2. There is also XHTML MP,
Code:
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > DTD's in building WAP pages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|