Help for this page

Select Code to Download


  1. or download this
    
        $self->{_HXS_parent} = $context eq 'Document'
                            ? XML::LibXML::Document->new($version,$encodin
    +g)
                            : XML::LibXML::DocumentFragment->new();
    
  2. or download this
    
       sub output_element {
    ...
           $self->{ _HXS_parent }->append_child( $element );
      }