| XML-Spew documentation | view source | Contained in the XML-Spew distribution. |
XML::Spew::XHTML - XML::Spew subclass for all the XHMTL tags.
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." ) ) );
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.
Mike Friedman, <friedo@friedo.com>
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 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.
| XML-Spew documentation | view source | Contained in the XML-Spew distribution. |