http://qs321.pair.com?node_id=801546


in reply to Re: textContent() method in XML::LibXML ...
in thread textContent() method in XML::LibXML ...


nodeValue() worked! Thanks a lot!! That was VERY helpful! nodeValue() just picks the value of the current node. textCOntent() collates the values of the node and all its children and it's children's children and so on until the leaf is reached!!!

Thanks again!