Twitter Feed
xml Archive
-
Parsing massive XML documents using XMLReader
Posted on June 23, 2010 | 3 CommentsI recently had the need to parse a massive (2gb) xml file and read it back to the database, the standard approach of SimpleXML and Dom was not going to... -
SimpleXML and parsing namespaced attribute
Posted on January 25, 2009 | 1 CommentSimpleXML is really good, this is especially more from the heart as its coming from someone who spent a decent amount of time using DOM API to parse xml in...

