BUG #3735: Can't create xml-stylesheet processing instruction

From: "Ben Leslie" <benno(at)benno(dot)id(dot)au>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3735: Can't create xml-stylesheet processing instruction
Date: 2007-11-09 13:20:16
Message-ID: 200711091320.lA9DKG1K060213@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3735
Logged by: Ben Leslie
Email address: benno(at)benno(dot)id(dot)au
PostgreSQL version: 8.3 beta 2
Operating system: Mac OS X
Description: Can't create xml-stylesheet processing instruction
Details:

# select xmlpi(name "xml-stylesheet");
ERROR: invalid XML processing instruction
DETAIL: XML processing instruction target name cannot start with "xml".

The w3c XML 1.0 spec says that PIs starting with 'xml' are reserved.

(http://www.w3.org/TR/REC-xml/#sec-pi)

However the w3c stylesheet recommendation
(http://www.w3.org/TR/xml-stylesheet/) specifies a xml-stylesheet processing
instruction, so it would be useful to be able to handle this.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2007-11-09 13:27:21 Re: BUG #3730: Creating a swedish dictionary fails
Previous Message Heikki Linnakangas 2007-11-09 11:41:38 Re: BUG #3732: Select returns 0 rows for varchar field