1XML::Element(3)       User Contributed Perl Documentation      XML::Element(3)
2
3
4

NAME

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

SYNOPSIS

9         [See HTML::Element]
10

DESCRIPTION

12       This is just a subclass of HTML::Element.  It works basically the same
13       as HTML::Element, except that tagnames and attribute names aren't
14       forced to lowercase, as they are in HTML::Element.
15
16       HTML::Element describes everything you can do with this class.
17

CAVEATS

19       Has currently no handling of namespaces.
20

SEE ALSO

22       XML::TreeBuilder for a class that actually builds XML::Element
23       structures.
24
25       HTML::Element for all documentation.
26
27       XML::DOM and XML::Twig for other XML document tree interfaces.
28
29       XML::Generator for more fun.
30
32       Copyright (c) 2000,2004 Sean M. Burke.  All rights reserved.
33
34       This library is free software; you can redistribute it and/or modify it
35       under the same terms as Perl itself.
36
37       This program is distributed in the hope that it will be useful, but
38       without any warranty; without even the implied warranty of
39       merchantability or fitness for a particular purpose.
40

AUTHOR

42       Sean M. Burke, <sburke@cpan.org>
43
44
45
46perl v5.10.1                      2004-06-11                   XML::Element(3)
Impressum