XML::LibXML & Gzip

acme on 2006-07-05T08:05:40

XML files are big. Gzipping them makes them smaller. The best library for parsing XML is XML::LibXML. Top tip of the day is that it transparently handles gzipped XML files, so you don't need to worry about it!


+1

hex on 2006-07-05T18:42:29

Top tip.