Re: [uClinux-dev] XML support in uClinux?

2009-03-23 Thread Farrell Aultman
I started out using Expat, but I didn't like they way the API works - you write callback functions to handle the tags. This type of coding can get pretty messy and hard to debug. I ended up using ezxml and I'm very happy with it. It just has one header file and one .c file that you compile/link

RE: [uClinux-dev] XML support in uClinux?

2009-03-23 Thread Allen Yang
Sent: Monday, March 23, 2009 10:29 AM To: uClinux development list Subject: Re: [uClinux-dev] XML support in uClinux? I started out using Expat, but I didn't like they way the API works - you write callback functions to handle the tags. This type of coding can get pretty messy and hard

Re: [uClinux-dev] XML support in uClinux?

2009-03-23 Thread Farrell Aultman
-dev-boun...@uclinux.org [mailto: uclinux-dev-boun...@uclinux.org] *On Behalf Of *Farrell Aultman *Sent:* Monday, March 23, 2009 10:29 AM *To:* uClinux development list *Subject:* Re: [uClinux-dev] XML support in uClinux? I started out using Expat, but I didn't like they way the API works

[uClinux-dev] XML support in uClinux?

2009-03-19 Thread Allen Yang
Hi, I am using an ARM9 based microprocessor. I'd like to use XML file to store some configuration data in NAND flash. JFFS2 file system is currently used in my system. Basically I'd like to read configuration data in the XML file, change some data and then stored back to the XML file in the NAND