Help for this page

Select Code to Download


  1. or download this
    sub _tagChar
    {
    ...
            $self->xml->characters($data);
            $self->xml->endTag("$tag");
    }
    
  2. or download this
     my $characters = sub {
        my $data = $_[0];
    ...
        $output->print($data);
        $hasData = 1;
      };