NAME

XML::DTD::PI - Perl module representing a processing instruction in a DTD

SYNOPSIS

use XML::DTD::PI;

my $pi = XML::DTD::PI->new('example pi');

DESCRIPTION

XML::DTD::PI is a Perl module representing a processing instruction
in a DTD. The following methods are provided.
new
my $pi = XML::DTD::PI->new('<?example pi?>');

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

SEE ALSO

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

AUTHOR

Brendt Wohlberg <wohl@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2004-2010 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.