I do not get the Node.pm module, which contains methods like getFirstChild()
Do you get an error when you try to use getFirstChild()? The method is in LibXML.xs:
SV* firstChild( self ) xmlNodePtr self ALIAS: getFirstChild = 1 CODE: PERL_UNUSED_VAR(ix); RETVAL = PmmNodeToSv( self->children, PmmOWNERPO( PmmPROXYNODE(self) ) ); OUTPUT: RETVAL
so things should be fine (there mustn't necessarily be a Node.pm file for the method to work).
In reply to Re: Missing Node.PM in XML::LibXML v1.69
by almut
in thread Missing Node.PM in XML::LibXML v1.69
by BluePerlDev
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |