Help for this page

Select Code to Download


  1. 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');    
    }
    
  2. or download this
    print $chapter_node->findvalue('locator[@href ="/*releaseStatus=RELEAS
    +ED"]/@title');    
    }
    
  3. or download this
    <book>
    <contents>
    ...
    </locator>
    </contents>
    </book>