in reply to Missing Node.PM in XML::LibXML v1.69
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).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Missing Node.PM in XML::LibXML v1.69
by BluePerlDev (Novice) on Jun 11, 2010 at 20:54 UTC | |
by ikegami (Patriarch) on Jun 12, 2010 at 00:02 UTC | |
by BluePerlDev (Novice) on Jun 14, 2010 at 14:53 UTC | |
by ikegami (Patriarch) on Jun 14, 2010 at 17:19 UTC | |
by almut (Canon) on Jun 11, 2010 at 21:55 UTC | |
by Anonymous Monk on Jun 11, 2010 at 23:28 UTC |