Re: BUG #3734: Invalid XML schema output.

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: "Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com>
Cc: "Bruce Momjian" <bruce(at)momjian(dot)us>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3734: Invalid XML schema output.
Date: 2007-11-23 16:59:34
Message-ID: D46C36EC-4D92-4091-A24C-42BF34A6B32B@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


On Nov 23, 2007, at 11:22 , Harald Armin Massa wrote:

> within XHTML it is recommended to use <br />, because some parsers
> will not parse it correctly without that space.

It's because some browser *HTML* parsers that aren't fully XML
compliant won't parse it correctly, not because some XML parsers have
a problem with it. Any XML parser worthy of the name should have no
problem with <br/> (or any other self-closing empty element tag, for
that matter).

Michael Glaesemann
grzm seespotcode net

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2007-11-23 17:30:49 Re: BUG #3734: Invalid XML schema output.
Previous Message Harald Armin Massa 2007-11-23 16:22:04 Re: BUG #3734: Invalid XML schema output.