epub - I have a xml file like container.xml, i want to parse it, i show the container.xml's element, I actually not know how to parse in android? -
i new xml parsing android.i have container.xml. put whole file's element, pls me parsing in android. file put xml file in android project directory?
**container.xml** <?xml version="1.0" encoding="utf-8"?> <container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> <rootfiles> <rootfile full-path="oebps/content.opf" media-type="application/oebps-package+xml"/> </rootfiles> </container>
Comments
Post a Comment