in reply to Another Simple XML::Twig question

It's a simple fix!
replace: $product->print; with: print $product->text;
You where finding your data ok, you are just not printing it to the screen :)