XML parser in MIDP
843834Nov 30 2002 — edited Jul 11 2003I have some problems in building an XML parser in MIDP. I used the
J2ME wireless Toolkit from sun. After I have created the project, I
copy the kxml sources (starting with the "org" directory) to
<project>\src. Then I click on the Build button. It said that package
org.kxml does not exist. But I have this code"import org.kxml.*" in
my program. Can anyone help me? Thanks a lot.