Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
XML::Element - XML elements with the same interface as HTML::Element
SYNOPSIS
[See HTML::Element]
DESCRIPTION
This is just a subclass of HTML::Element. It works basically the same as HTML::Element, except that tagnames and attribute names aren't forced to lowercase, as they are in HTML::Element.
HTML::Element describes everything you can do with this class.
CAVEATS
Has currently no handling of namespaces.
SEE ALSO
XML::TreeBuilder for a class that actually builds XML::Element structures.
HTML::Element for all documentation.
XML::DOM and XML::Twig for other XML document tree interfaces.
XML::Generator for more fun.
COPYRIGHT
Copyright 2000 Sean M. Burke.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Sean M. Burke, <sburke@cpan.org>