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

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

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


Brendt Wohlberg <wohl@cpan.org>

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.