The javax.xml.transform package is not included in the Android SDK, so how to write a dom doc to a file?
+1
A:
If you can't decide which to use, note that SAX is the fastest way to work with XML, DOM being the slowest.
poke
2010-02-05 17:56:47