- or download this
use XML::LibXML;
...
{
print $chapter_node->findvalue('locator[@href ="/book/isbn/979-0-4
+444-1000-17/book-part/chapter/bk444444ch1?releaseStatus=RELEASED"]/@t
+itle');
}
- or download this
print $chapter_node->findvalue('locator[@href ="/*releaseStatus=RELEAS
+ED"]/@title');
}
- or download this
<book>
<contents>
...
</locator>
</contents>
</book>