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

NAME

XML::Spew::XHTML - XML::Spew subclass for all the XHMTL tags.

SYNOPSIS

    my $spew = XML::Spew::XHTML->_new;
    print $s->html( $s->head( $s->title("this is a title") ), 
                    $s->body( $s->div( { class => "foo" }, "this is some content." ) ) );

DESCRIPTION

This is a subclass of XML::Spew which impliments the full set of tags for XHTML 1.0. See the documentation for XML::Spew to use this module.

AUTHOR

Mike Friedman, <friedo@friedo.com>

BUGS

Please report any bugs or feature requests to bug-xml-spew@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=XML-Spew. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2005 Mike Friedman, all rights reserved.

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