The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::DOM2::Parser - Sax based xml parser for XML::DOM2

DESCRIPTION

This parser was constructed using XML::SAX::PurePerl which Was known at the time to lack a number of calls which where important for dealing with things like document type and text formating and xml decls. hopfully in the future this will be fixed and this method will be able to take advantage of those part of an xml page.

start_element

  Start a new xml element

end_element

  Ends an xml element

characters

  Handle part of a cdata by concatination

text

  Handle combined text strings as cdata

comment

 WARNING: Comments are currently removed!