Skip Menu |

This queue is for tickets about the XML CPAN distribution.

Report information
The Basics
Id: 4022
Status: new
Priority: 0/
Queue: XML

People
Owner: Nobody in particular
Requestors: Maylein [...] ub.uni-heidelberg.de
Cc:
AdminCc:

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



Subject: Bug in Exist.pm / sub retrieve
The procedure "retrieve" retrieves only one (the second) hit of a result set.
486c486 < my $resp = $self->_transmit('retrieve', RPC::XML::int->new($resultId), RPC::XML::int->new(1), RPC::XML::int->new($prettyPrint), $encoding ); --- > my $resp = $self->_transmit('retrieve', RPC::XML::int->new($resultId), RPC::XML::int->new($noResults), RPC::XML::int->new($prettyPrint), $encoding );