摘要: Parsing data from an XML file is a very common goal in mobile applications. This tutorial will provide you with a hands on approach for reading XML data with a SAX parser. SAX is an abbreviation for “Simple API for XML”, and it is a very powerful tool for reading XML.SAX Parser Pros and ConsOne of t 阅读全文
posted @ 2012-06-19 15:00 Johnny Yan 阅读(479) 评论(0) 推荐(0)