> If I have a raw HTML content(data) , is it possible to render it on the > form/window. Is there any API available to do this?? I am new to this > subject. and dont have any idea how to proceed. > > I've read documents on WCA/PQA but these are no obsolete. and this won't > help render HTML data dynamically. Am i right?
write your own parser/engine - its quite easy. i did one way back in 2000: http://www.ardiri.com/palm/gothelp/ and, i actively still use this engine in my current projects: http://www.drcompanion.com/products/se/overview/index.html http://www.drcompanion.com/products/uk/overview/index.html it works quite well. wont take you more than half a day to write your own, its not that difficult. probably ten or so companies have done this over the years, full HTML rendering i haven't seen yet unless its a browser (net front et al) - question is, do you need pure HTML ? --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
