【问题标题】:android and xml pharsing. which way is the best and ideal?android 和 xml 解析。哪种方式是最好的和理想的? 【发布时间】:2011-08-03 20:01:12 【问题描述】: 当涉及从网站或文件中提取 XML 数据时,最快和最好的方法是什么?我知道有 SAX 之类的,但在我开始构建应用程序之前,我想使用最理想的方式并从中学习。 【问题讨论】: stackoverflow.com/questions/5931678/… 和/或 stackoverflow.com/questions/3926367/… 的可能重复 标签: android xml 【解决方案1】: It's important to understand the difference between SAX and DOM. It's explained here. 【讨论】: