You've got an object (of type "XML::LibXML::Element" as the print suggests).
You are currently printing that object reference, but you want to print the contents of that node instead.
I am not familiar with the module, but there should be a method you can call to get the contents. I imagine you will probably need to make a recursive sub to print the contents if the element contains other elements.
$detail->toString() perhaps.In reply to Re: XML::LibXML help needed...
by SuicideJunkie
in thread XML::LibXML help needed...
by spstansbury
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |