How to convert html page to wml page
I have an html static page as well as a url of html web page Can anybody suggest me how can i convert these html webpages to a wml web page?
any converter? or any way to achieve this? any so开发者_如何学Clution that can be done at client end or server end will be acceptable.
I would urge you to re-consider. There are a number of issues with WML, and many are dealt with in this page:
http://en.wikipedia.org/wiki/Wireless_Application_Protocol#Criticism
If you are determined to convert mark-up to WML however, your best bet would be writing an XSL file that takes well-formed XHTML and transforms it into WML.
精彩评论