Help for this page

Select Code to Download


  1. or download this
    my ($node) = $dom->findnodes('/doc/text');
    my $string = $node->toString;
    ...
    $string =~ s/<[^>]+>$//;
    
    print "toString:\n$string\n";
    
  2. or download this
    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: