• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Parser WML/Midlet

 
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,
I would like display WML pages from my mydlet. I have 2 solutions:
1-Use the browser of my device from my midlet directly(I have to launch the browser application from my midlet: I don't know how )
2-Use a parser WML and display the equivalent page WML on the a Canvas.
Have you other ideas.
Thank you in advance
OULD NADIF
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. You can't.
2. You can
 
Ould Nadif
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
It's you again thank you for your reply.
I have the kxml2 as parser, I will parser my page WML with it. Do you have a another parser more optimised for WML.
Thanks a lot
 
Orika Akawana
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry, don't have any experience with parsing WML. I only know it is possible
For my XML stuff I use nanoXML parser. It is small fast and easy... But i am not sure it will work on j2me So, may be you will need to correct some errors.
 
Ould Nadif
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thinks,
I could start to display a WML from my midlet.
It's great.
I have to integate all tags of WML.
See you
A++
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, im a beginner to J2ME and im working on a project where i need to parse a WML information to get some text information that is on the page. Can anyone suggest how i could do this
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

George Graham wrote:Hi, im a beginner to J2ME and im working on a project where i need to parse a WML information to get some text information that is on the page. Can anyone suggest how i could do this



Welcome to the JavaRanch, George! But please. http://faq.javaranch.com/java/DontWakeTheZombies
 
George Graham
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry my bad. I'll start a new thread.
 
reply
    Bookmark Topic Watch Topic
  • New Topic