XML notes
See
AboutThesePages.
Contents
Notes
From
Subject: IBM developerWorks XML tip [WAP browsers and simulators - 7/30/02]
Date: Tue, 30 Jul 2002 06:27:38 -0700
From: IBM developerWorks XML Tip 9xmltips@ibm.email-publisher.com0
Traditional WML code snippets. The commonly used snippet of the WML code that you can use for testing on any WAP browser or simulator, which should work reliably, is below. When coding WML files for WAP, you must remember that WML is less forgiving, all of the WML tags must be closed, and the formatting must adhere to the WAP standard.
Listing 1. Traditional WML code snippets
<?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="mycard" title="My first card">
<p>Hello world!</p>
</card>
</wml>
Resources
See
ResourceRecommendations. Feel free to add additional resources to these lists, but please follow the guidelines on
ResourceRecommendations including
ResourceRecommendations#Guidelines_for_Rating_Resources.
Recommended
- "XML: A Manager's Guide" by Kevin Dick, Addison-Wesley, ISBN 0-201-43335-4, Good overview of the world of XML including how it fits into the business as well as definitions/examples for XML-related subjects. (eds) [08/30/02]
<Currently, no significant content below this line.>
Recommended for Specific Needs
Recommended by Others
No Recommendation
Not Recommended
Contributors
- () RandyKramer - 30 Jul 2002
- (eds) EdSkinner - 30 Aug 2002
- <If you edit this page: add your name here; move this to the next line; and include your comment marker (initials), if you have created one, in parenthesis before your WikiName.>
[[Main.RandyKramer#30 Jul 2002][]]
Page Ratings