Bruce Momjian wrote:
> Added to TODO:
>
> * Allow XML to accept more liberal DOCTYPE specifications
Is any form of DOCTYPE accepted?
We're getting errors on the second line like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE DOT_OFFICER_CITATION SYSTEM http://host.domain/dtd/dotdisposition0_02.dtd">
The actual host.domain value is resolved by DNS,
and wget of the url works on the machine.
Attempts to cast the document to type xml give:
ERROR: invalid XML content
DETAIL: Entity: line 2: parser error : StartTag: invalid element name
<!DOCTYPE DOT_OFFICER_CITATION SYSTEM "http://host.domain/dtd/dot
^
It would be nice to use the xml type, but we always have DOCTYPE....
-Kevin
In response to
pgsql-hackers by date
| Next: | From: Kevin Grittner | Date: 2008-06-03 18:40:31 |
| Subject: Re: PostgreSQL 8.3 XML parser seems not to recognize the DOCTYPE
element in XML files |
| Previous: | From: Teodor Sigaev | Date: 2008-06-03 18:16:46 |
| Subject: Re: phrase search |
pgsql-general by date
| Next: | From: Kevin Grittner | Date: 2008-06-03 18:40:31 |
| Subject: Re: PostgreSQL 8.3 XML parser seems not to recognize the DOCTYPE
element in XML files |
| Previous: | From: Joshua D. Drake | Date: 2008-06-03 18:12:25 |
| Subject: Re: bloom filter indexes? |