Subject: | Dtd object is not created |
The Dtd interface is still Empty!!! and a dtd object CANNOT be created using the
my $dtd=XML::LibXML::Dtd->new("$public", "$system");
as all the documentation claims!!
$@ contains:"is_valid: argument must be a DTD object at C:\All_current_work\Lab_stuff\Hybrow\Galactose-system\parseXML.pl"
Perl: version 5.6.1.633
OS: windows 2000
This a paste from the source of version 1.54_3. Even the constructor isnt defined.
#-------------------------------------------------------------------------#
# XML::LibXML::Dtd Interface #
#-------------------------------------------------------------------------#
# this is still under construction
#
package XML::LibXML::Dtd;
use vars qw( @ISA );
@ISA = ('XML::LibXML::Node');
1;