Help for this page

Select Code to Download


  1. or download this
            # match character data
            } elsif( $text =~ /(^[^&&>]+)/ ) {
    ...
                # make sure the data is inside an element
                return if( $data =~ /\S/ and not( @elements ));
                $text = $';
    
  2. or download this
    $rc=is_well_formed ("<memo>
      <to>self</to>
    ...
        }
        return 1;
    }