Re: [GENERAL] PostgreSQL 8.3 XML parser seems not to recognize the DOCTYPE element in XML files

2008-08-12 Thread Peter Eisentraut
Am Thursday, 7. February 2008 schrieb Lawrence Oluyede: PostgreSQL 8.3 instead doesn't allow the insertion of XML with doctype in its new native data type returning this error message: ERROR: invalid XML content DETAIL: Entity: line 2: parser error : StartTag: invalid element name

Re: [GENERAL] PostgreSQL 8.3 XML parser seems not to recognize the DOCTYPE element in XML files

2008-04-15 Thread Bruce Momjian
Added to TODO: * Allow XML to accept more liberal DOCTYPE specifications http://archives.postgresql.org/pgsql-general/2008-02/msg00347.php --- Lawrence Oluyede wrote: As specified in the W3C Recommendation for XML the

[GENERAL] PostgreSQL 8.3 XML parser seems not to recognize the DOCTYPE element in XML files

2008-02-07 Thread Lawrence Oluyede
As specified in the W3C Recommendation for XML the DOCTYPE element is perfectly valid in a document. I have a bunch of XML files generated by the boost library which contains a doctype like this: !DOCTYPE boost_serialization which lies within the bound of the recommendation