| XML-DTD documentation | view source | Contained in the XML-DTD distribution. |
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-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.
| XML-DTD documentation | view source | Contained in the XML-DTD distribution. |