Skip Menu |

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

Report information
The Basics
Id: 21951
Status: resolved
Priority: 0/
Queue: XML-XPathEngine

People
Owner: Nobody in particular
Requestors: bjoern [...] hoehrmann.de
Cc:
AdminCc:

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



Subject: Function::as_xml should use ->as_xml for params
XML::XPathEngine::Function::as_xml does $params .= "<Param>" . $_->as_string . "</Param>\n"; This is a bit silly, it should be $params .= "<Param>" . $_->as_xml . "</Param>\n";
You're right, sorry for the delay, a patched version is on its way to a CPAN near you. __ mirod