We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › best library for reading xml
Page Index Toggle Pages: 1
best library for reading xml (Read 723 times)
best library for reading xml
Sep 21st, 2008, 7:55am
 
hello,  i have a processing app that send http request to a python script in my server, the python scripts generates xml based on some database.

which is the best way of reading the xml that the python script is generating?


can i do this with xml import?
or do i need other librery?

many thanks

p.
Re: best library for reading xml
Reply #1 - Dec 20th, 2008, 7:56am
 
I used xmlrpclib but I get an Object like this [[1,2,3],[4,5,6]] and Ihave no idea what to do with it
Re: best library for reading xml
Reply #2 - Dec 20th, 2008, 5:55pm
 
I recommend using jdom.  I found the library least tedious to learn and use.

http://www.ibm.com/developerworks/java/library/j-jdom/
Page Index Toggle Pages: 1