XMLPull is an API going through the standards process. There are two implementations that I know of. KXML, and XPP3, both are found on the www.xmlpull.org site. I use KXML2, which is like 20K or so in size and does both reading and writing of xml files. I don't think either makes much of a difference for Ant in particular. I think XPP3 has a hook to Xerces for xml dtd/schema validation as well, but its been a while since I read up on the features.
-----Original Message----- From: Rosendahl Sten - stro [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 8:42 AM To: 'Ant Users List' Subject: RE: Use of XMLPull for parsing ant config files Isn't XMLPull just an API? Or did have a specific implementation in mind? Sten > -----Original Message----- > From: Duffey, Kevin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 5:19 PM > To: Ant Users List > Subject: Use of XMLPull for parsing ant config files > > > Erik, > > Have you guys looked at using XMLPull yet for parsing ant > config files? I was wondering if that was something under > consideration for its small size, and blazing fast speed, not > to mention low use of memory. > --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 5/19/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 5/19/2003 *************************************************************************** "The information contained in this e-mail message may be confidential and protected from disclosure. If you are not the intended recipient, any dissemination, distribution or copying is strictly prohibited. If you think that you have received this e-mail message in error, please e-mail the sender at [EMAIL PROTECTED]" *************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
