Hey guys! It drives me crazy! Here is my xml document
<?xml version="1.0" encoding="UTF-8"?>
<container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container">
<rootfiles>
<rootfile full-path="content.opf" media-type="application/oebps-package+xml"/>
</rootfiles>
</container>
All I want to do is get the root file. I am using TouchXML on the iPhone, and here is my xPath request:
/container/rootfiles/rootfile
This does not work! I tried everything. Any help would be appreciated ... Sam
source
share