From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Roger Flores Message-ID: References: <317af9775d5f45567c098141354bcc19@snellwilcox.com> Subject: Re: [9fans] OT: small xml parser found! Date: Wed, 18 Feb 2004 18:17:22 +0000 Topicbox-Message-UUID: eb271d0a-eacc-11e9-9e20-41e7f4b1d025 I also have a small xml parser (and writer). Check it out at SourceForge http://ali.sourceforge.net/. Not only is it small, but I think you'll find that you need to write less code to use it because of it's unique API, so it's a double win! -Roger Flores roger.flores@pacbell.net wrote in message news:317af9775d5f45567c098141354bcc19@snellwilcox.com... > Hi, > > Off Topic, but somone was asking for a small xml > parser a while ago, I mentioned expat which a colleague > had used. I have now discovered a much smaller and neater > one for another project. > > if you need such a thing google for "lilxml", if you > like I can supply a modified version with better error > messages and which doesn't balk at xmlns:java="java" > constructs. > > -Steve