>
> Yes, for instance the fact that with DOM you can not only parse but also
> build XML models in memory. I would say both are just as easy to learn,
> but with DOM I can also presumably validate my document once it's in
> memory. Maybe I can do that with SAX as well, not sure.
>

Did you try googling "validating with sax" and see the oracle docs
that come up :-)

> Anyways the following book has an up-to-date chapter on Java and XML
>  http://www.amazon.com/Beginning-Java-7-Apress/dp/1430239093/ref=sr_1_7?ie=UTF8&qid=1326650427&sr=8-7
> even though android AFAIK uses Java 6 this reference should be good
> enough for my purposes.
>

I would highly doubt that there are significant api differences in xml
parsers between java 6 and 7..

kris

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to