Help for this page

Select Code to Download


  1. or download this
    $xml = <<'*END*'
    <doc>
    ...
    );
    
    print XML::TransformRules::Parse( $xml, \%rules);
    
  2. or download this
    $xml = <<'*END*'
    <doc>
    ...
            return; # the <person> tag is processed, no need to remember w
    +hat it contained
        },
    );