in reply to XML::LibXML help needed...

An XML::LibXML::Element object is returned. XML::LibXML::Element has XML::LibXML::Node for base class. This later has a method called toString which you should find useful.

By the way, the first two characters of the first two characters of "./foo" are redundant. You can simply use "foo". The following are all equivalent:

Replies are listed 'Best First'.
Re^2: XML::LibXML help needed...
by spstansbury (Monk) on Aug 26, 2009 at 20:00 UTC

    Cool. Thank you!

    Scott...