OSDN Git Service

Allow XML fragment to contain a XML declaration. For that, we need a small
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 7 Jan 2007 00:13:55 +0000 (00:13 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 7 Jan 2007 00:13:55 +0000 (00:13 +0000)
commit53a11befc843d40cc50ab26e04fe69c5912b6fde
tree96870a519daf71a9dda167f7c2e0a42dccef3582
parent324297dfbb38639e9d5bb377d1565769add8f225
Allow XML fragment to contain a XML declaration.  For that, we need a small
hand-crafted parser for the XML declaration, because libxml doesn't seem
to allow this.
src/backend/utils/adt/xml.c