Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 2021
Status: resolved
Worked: 30 min
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: nigam [...] psu.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.54_3
Fixed in: (no value)



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;
NOT A BUG but a misunderstanding of the package. Christian