Kxml and NanoXml

Hi!

I wonder if anyone used this API on the client side, i.e., has someone use this as an extension of MIDP? How?

Can you put this jar on some J2ME compliant device and use it in many other applications?

I'd really appreciate some hint about this...

Thanks

Marco

[307 byte] By [Marco.Caetano] at [2007-9-26 2:38:53]
# 1

Hi,

I use kXML and kSOAP in my Midlets and they work really good.

All you need to know is in the examples that you can download from http://kxml.enhydra.org/ but you have to include kXML in every project.

import org.kxml.*;

import org.kxml.parser.*;

Best Regards :-)

alteris at 2007-6-29 10:10:28 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Yes, but the fact is that I'll need to do that in all projects, and this library will be installed more than once in the client side....Or when I've two jads/apps referring to the same API (Kxml) in the client this jar file only be 'installed' once?ThanksMarco
Marco.Caetano at 2007-6-29 10:10:28 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
What about using a Midlet Suite with all the Midlets that need kXML?
alteris at 2007-6-29 10:10:28 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4

Never mind!!

I've downloaded kNanoXML which only contains 4 basic classes xml related... In order to use them on a application I must import the packages/classes I want, and they will be included in the final jar file...

But I think the problem will persist because this is not the best solution... If I develop 5 apps which need xml API, that 5 jars will include those XML classes...

If we could extend the MIDP with other API......

Thanks any way

Marco

Marco.Caetano at 2007-6-29 10:10:28 > top of Java-index,Java Mobility Forums,Java ME Technologies...