XML-TreePP-Editor
view release on metacpan or search on metacpan
lib/XML/TreePP/Editor.pm view on Meta::CPAN
@ISA = qw(Exporter);
@EXPORT = qw();
@EXPORT_OK = qw();
use vars qw($REF_NAME);
$REF_NAME = "XML::TreePP::Editor"; # package name
use vars qw( $VERSION $DEBUG $TPPKEYS );
$VERSION = '0.13';
$DEBUG = 0;
$TPPKEYS = "force_array force_hash cdata_scalar_ref user_agent http_lite lwp_useragent base_class elem_class xml_deref first_out last_out indent xml_decl output_encoding utf8_flag attr_prefix text_node_key ignore_error use_ixhash";
}
=pod
=head2 tpp
This module is an extension of the C<XML::TreePP module>. As such, it uses the
module in many different methods to parse XML Docuements, and when the user
calls the C<set()> and C<get()> methods to set and get properties specific to
( run in 0.227 second using v1.01-cache-2.11-cpan-ec4f86ec37b )