• Tom Lane's avatar
    Ensure that xpath() escapes special characters in string values. · aaf15e5c
    Tom Lane authored
    Without this it's possible for the output to not be legal XML, as
    illustrated by the added regression test cases.
    
    NB: this change will need to be called out as an incompatibility in the
    9.2 release notes, since it's possible somebody was relying on the old
    behavior, even though it's clearly wrong.
    
    Florian Pflug, reviewed by Radoslaw Smogura
    aaf15e5c
xml.c 96.1 KB