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

NAME

CAM::XML::Text - XML text nodes

LICENSE

Copyright 2006 Clotho Advanced Media, Inc., <cpan@clotho.com>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

DESCRIPTION

This is a modified copy of XML::Parser::Tree from XML/Parser.pm v2.30. It differs from the original in that each object is one hashref instead of one scalar and one scalar/arrayref in the object list.

FUNCTIONS

Init()
Start($tag)
End($tag)
Char($text)
CdataStart()
CdataEnd()
Final()

AUTHOR

Clotho Advanced Media Inc., cpan@clotho.com

Primary Developer: Chris Dolan