Skip Menu |

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

Report information
The Basics
Id: 7235
Status: resolved
Priority: 0/
Queue: XML-XPath

People
Owner: MANWAR [...] cpan.org
Requestors: cecilia.bossard [...] cetelem.fr
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: 1.36



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.
I've added a test for this in https://github.com/jonathanstowe/XML-XPath/commit/2d22db2f4cf2b7d249104f99b83120b351fccd57 but I can't replicate with a modern perl.