Brendt Wohlberg > XML-DTD-0.08 > XML::DTD::Text

Download:
XML-DTD-0.08.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

XML::DTD::Text - Perl module representing text (primarily whitespace) in a DTD

SYNOPSIS ^

  use XML::DTD::Text;

  my $txt = XML::DTD::Text->new('    ');

DESCRIPTION ^

  XML::DTD::Text is a Perl module representing text (primarily
  whitespace) in a DTD. The following methods are provided.
new
 my $txt = XML::DTD::Text->new('    ');

Construct a new XML::DTD::Text object.

writexml
 $xo = new XML::Output({'fh' => *STDOUT});
 $txt->writexml($xo);

Write an XML representation of the text.

SEE ALSO ^

XML::DTD, XML::DTD::Component

AUTHOR ^

Brendt Wohlberg <wohl@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2004-2006 by Brendt Wohlberg

This library is available under the terms of the GNU General Public License (GPL), described in the GPL file included in this distribution.