XML::Element - XML elements with the same interface as HTML::Element


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.

the HTML::Element manpage describes everything you can do with this class.


CAVEATS

Has currently no handling of namespaces.


SEE ALSO

the XML::TreeBuilder manpage for a class that actually builds XML::Element structures.

the HTML::Element manpage for all documentation.

the XML::DOM manpage and the XML::Twig manpage for other XML document tree interfaces.

the XML::Generator manpage for more fun.


COPYRIGHT AND DISCLAIMERS

Copyright (c) 2000,2004 Sean M. Burke. All rights reserved.

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

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.


AUTHOR

Sean M. Burke, <sburke@cpan.org>

 XML::Element - XML elements with the same interface as HTML::Element