- or download this
my $tempdoc = XML::LibXML->createDocument($version,$encoding);
my $docfrag = $tempdoc->createDocumentFragment();
- or download this
my $element = XML::LibXML::Element->new( $tag );
- or download this
my $element = $self->{ _HXS_parent }->ownerDocument->createElement($
+tag);
- or download this
my $element = $tempdoc->createElement($tag);
- or download this
@MYCLASS::ISA = qw(XML::SAX::Base);
...
return $el;
}