Apache2-ModXml2
view release on metacpan or search on metacpan
lib/Apache2/ModXml2.pm view on Meta::CPAN
XML::LibXML::Node that can be used with the set of funtions
provided by C<XML::LibXML>.
Note that in case of element nodes start and end
bucket hold the same node. The start bucket already knows the
end bucket. Even so the start node continues to exist until
the end node is reached, modifying it may be pointless if it
has been passed to the filter again. The node may have been sent
over the network.
C<Apache2::ModXml2> also offers XPath callbacks, that get called
on matches of (very) simple XPath selectors. Unlike the simpler
ModXml2 functions these can do DOM tree manipulation since the
matches get passed in as trees.
=head1 FUNCTIONS
=head2 BASIC FUNCTIONS
=over 1
( run in 0.281 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )