Quickxml

Has anybody worked with com.jxml.quick package?I have couple of doubts.Any help is highly appreciatedThanks & regardsRavi
[160 byte] By [@a] at [2007-10-2 18:27:06]
# 1
[url= http://sourceforge.net/forum/forum.php?forum_id=25184]Quick Forum[/url]Why do people hide the forum links?
mlka at 2007-7-13 19:48:16 > top of Java-index,Java Essentials,Java Programming...
# 2
> [url= http://sourceforge.net/forum/forum.php?forum_id=2> 5184]Quick Forum[/url]> > > Why do people hide the forum links?Thanks for the link.I tried in google first but couldnt find any proper link to QuickXmlThanks again
@a at 2007-7-13 19:48:16 > top of Java-index,Java Essentials,Java Programming...
# 3

I went through the link and understood the concepts.

Sorry for posting OT. But i tried checking for my problem over internet but no use. Just hoping if somebody here might able to help me.

Well now i have .qjml, .qiml and schema files.

But when i am using my schema java file, i get following error:

com.jxml.quick.QPE: no match: java.lang.Boolean

at com.jxml.quick.QContext.throwPE(Unknown Source)

at com.jxml.quick.engine.QCMFactory$QCM.failWalk(Unknown Source)

at com.jxml.quick.engine.QCElementFactory$QCElement.walk(Unknown Source)

at com.jxml.quick.engine.QCMSeqFactory$QCMSeq.walk(Unknown Source)

at com.jxml.quick.engine.QElementFactory$QElement.walk(Unknown Source)

at com.jxml.quick.engine.QCElementFactory$QCElement.walk(Unknown Source)

at com.jxml.quick.engine.QCMSeqFactory$QCMSeq.walk(Unknown Source)

at com.jxml.quick.engine.QElementFactory$QElement.walk(Unknown Source)

at com.jxml.quick.engine.QCElementFactory$QCElement.walk(Unknown Source)

at com.jxml.quick.engine.QCMSeqFactory$QCMSeq.walk(Unknown Source)

at com.jxml.quick.engine.QCMSeqFactory$QCMSeq.walk(Unknown Source)

at com.jxml.quick.engine.QElementFactory$QElement.walk(Unknown Source)

at com.jxml.quick.engine.QCElementFactory$QCElement.walk(Unknown Source)

at com.jxml.quick.engine.QCMSelFactory$QCMSel.walk(Unknown Source)

at com.jxml.quick.engine.QCMSeqFactory$QCMSeq.walk(Unknown Source)

at com.jxml.quick.engine.QElementFactory$QElement.walk(Unknown Source)

at com.jxml.quick.engine.QCElementFactory$QCElement.walk(Unknown Source)

at com.jxml.quick.engine.QCMSeqFactory$QCMSeq.walk(Unknown Source)

at com.jxml.quick.engine.QElementFactory$QElement.walk(Unknown Source)

at com.jxml.quick.engine.QCElementFactory$QCElement.walk(Unknown Source)

at com.jxml.quick.engine.QCMFactory$QCM.walk(Unknown Source)

at com.jxml.quick.engine.QContextImpl.walk(Unknown Source)

at com.jxml.quick.Quick.express(Unknown Source)

at com.jxml.quick.Quick.express(Unknown Source)

Any help is highly appreciated

Thanks & Regards

Ravi

@a at 2007-7-13 19:48:16 > top of Java-index,Java Essentials,Java Programming...
# 4
It is quite unlikely anyone here will have used QuickXML. And given the status of the Quick Forum, i'm guessing the project is dead.
mlka at 2007-7-13 19:48:16 > top of Java-index,Java Essentials,Java Programming...
# 5
> It is quite unlikely anyone here will have used> QuickXML. And given the status of the Quick Forum,> i'm guessing the project is dead.Yes. thats my bad luck.
@a at 2007-7-13 19:48:16 > top of Java-index,Java Essentials,Java Programming...
# 6
Can somebody atleast suggest other than QuickXML which is widely used.
@a at 2007-7-13 19:48:16 > top of Java-index,Java Essentials,Java Programming...
# 7
It might be worth given a quick description of what you are doing with QuickXML, as I said above, few people here will have used it, so would have no idea of what it does.
mlka at 2007-7-13 19:48:16 > top of Java-index,Java Essentials,Java Programming...
# 8
My actual requirement is to convert an java object to xml string and vice versa. So that this xml string can be transferred over net (i am using jsse) to my server.For this i am using QuickXML.
@a at 2007-7-13 19:48:16 > top of Java-index,Java Essentials,Java Programming...
# 9
If the object is a JavaBean, you can use [url= http://java.sun.com/j2se/1.5.0/docs/api/java/beans/XMLEncoder.html]java.beans.XMLEncoder[/url] and [url= http://java.sun.com/j2se/1.5.0/docs/api/java/beans/XMLDecoder.html]XMLDecode[/url].
mlka at 2007-7-13 19:48:16 > top of Java-index,Java Essentials,Java Programming...