Subject: | Parse position is outside of buffer |
Dear sir.
I'va got a problem using XML::XPath v.1.13.
I'm running perl v5.8.0 on SunOS.
Here is the problem.
When I write :
my $val='<ROOT_NODE><SUBNODE>test</SUBNODE></ROOT_NODE>';
my $xp=XML::XPath->new(xml=>$val);
my $nodes=$xp->find('\');
I've got the following error :
"Parse position is outside of buffer line ...".
I can find no documentation on this error.
I hope this can help.
Yours faithfully,
Cécilia Bossard.