Any open source HTML render

I am implementing a project using MIDP2.0, in which there is a module for cHTML displaying( it should support image and form ), and I do not have time to implement the browser myself. Is there a opensource project for this? Thanks in advance!
[284 byte] By [ZhouXuna] at [2007-10-3 11:47:02]
# 1
Did you know that HTML can be expressed in XML? There are several XML readers. Why don't you use these? A search with the keywords java and XML will surely give a result.
Maika at 2007-7-15 14:19:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
ZhouXun - Try looking for the source of an application called 'JCellBrowser'. I stumbled across it a while ago. It appears to work reasonably well but I have not had much time to take a look at the source.
RB_JAVAa at 2007-7-15 14:19:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Why need html?Just use a midlet form to display images an form elements and then submit the data to a servlet/script/whatever you like.
deepspacea at 2007-7-15 14:19:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
maybe I did not express my problem exactly. Processing XML/HTML is easy somehow, but displaying the controls in the HTML in the MIDP Form is complicated.
ZhouXuna at 2007-7-15 14:19:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
Thank you for that!I am reading the code of JCellBrowser. It can meet my requirement well.But there is a little problem that it is under GPL, and I do not want my project to be under that license after changing some code in JCellBrowser.
ZhouXuna at 2007-7-15 14:19:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...