Fix namespace handling in xpath function

Peter Eisentraut <peter_e@gmx.net>

Commit: e32cb8d0e02f8f3fa2c66d80b5cf0ad762c79c9d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2015-01-18T03:13:27Z
Releases: 9.3.6
Fix namespace handling in xpath function

Previously, the xml value resulting from an xpath query would not have
namespace declarations if the namespace declarations were attached to
an ancestor element in the input xml value.  That means the output value
was not correct XML.  Fix that by running the result value through
xmlCopyNode(), which produces the correct namespace declarations.

Author: Ali Akbar <the.apaan@gmail.com>

Files