git.postgresql.org Git - postgresql.git/commit
Wed, 7 Jan 2015 04:06:13 +0000 (23:06 -0500)
Wed, 7 Jan 2015 04:06:13 +0000 (23:06 -0500)
commit 79af9a1d2668c9edc8171f03c39e7fed571eeb98
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>
This is the main PostgreSQL git repository.
RSS
Atom