Home
Page
Back to Papers |
Please note this page has moved to http://oracledoug.com/wap9.html. You will be redirected in 5 seconds but it would be better to update your bookmarks ;-) WML Output The resulting WML output follows and can be read by a WAP-enabled phone or emulator. It's worth looking over the examples 5 and 6 together to see how we arrive at the finished article. Example 6 - JOBSERVE.WML Output Deck <?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"> <wml> <card><p><b>Recent Postings</b></p> <p><anchor><go href="#card1"/>Oracle Database </anchor></p> <p><anchor><go href="#card2"/>Senior Analyst: </anchor></p> <p><anchor><go href="#card3"/>Oracle Developer</anchor></p> <p><anchor><go href="#card4"/>Oracle Developer</anchor></p> <p><anchor><go href="#card5"/>Oracle Developer</anchor></p> </card> <card id="card1"> <p><b>Oracle Database Administrator - Investment Banking</b></p> <p>Luxembourg</p> <p>Oracle Database Administrator For Financial Organisation. PL/SQL, SQL*Plus, Forms 4.5, Reports 2.5.</p> </card> <card id="card2"> <p><b>Senior Analyst: Oracle & Delphi</b></p> <p>Leeds, West Yorkshire</p> <p>Senior Oracle & Delphi developers required by large retail organisation. … … … </wml> XSL is an incredibly powerful general transformation language and can be used to achieve a wide variety of outcomes using a little imagination. But do you remember these lines that I glossed over in an earlier example? |