Help for this page
my ($node) = $dom->findnodes('/doc/text'); my $string = $node->toString; ... $string =~ s/<[^>]+>$//; print "toString:\n$string\n";
toString: <text>From mobile, <ph1 i="1" type="33" x="1"/>dial<ph2 i="1"/> this n +umber:</text> toString: From mobile, <ph1 i="1" type="33" x="1"/>dial<ph2 i="1"/> this number: