Euler Taveira de Oliveira wrote:
> Bruce Momjian wrote:
> >> Agreed. Feel free to add whitespace before every /> of simple xml
> >> elements.
> >
> > Uh, was this done?
>
> Nope. Attached is a patch that does it. I'm attaching another cosmetic
> patch that replaces the use of some single quotes wit
On Nov 23, 2007, at 12:30 , Peter Eisentraut wrote:
Am Freitag, 23. November 2007 schrieb Michael Glaesemann:
It's because some browser *HTML* parsers that aren't fully XML
compliant won't parse it correctly
Yes, that is pretty much it, but that is obviously irrelevant
nowadays and for
us,
Am Freitag, 23. November 2007 schrieb Michael Glaesemann:
> It's because some browser *HTML* parsers that aren't fully XML
> compliant won't parse it correctly
Yes, that is pretty much it, but that is obviously irrelevant nowadays and for
us, especially. Some sources seem to use it for stylist
On Nov 23, 2007, at 11:22 , Harald Armin Massa wrote:
within XHTML it is recommended to use , 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
>
> I assumed XML is for both human and program reading; in fact, I thought
> that was its big benefit. I assume we are taking the difference between
> "" vs "", right? I will admit I don't know much about XML.
>
>
within XHTML it is recommended to use , because some parsers will not
parse it co
Tom Lane wrote:
> Euler Taveira de Oliveira <[EMAIL PROTECTED]> writes:
> > Bruce Momjian wrote:
> >>> Agreed. Feel free to add whitespace before every /> of simple xml
> >>> elements.
> >>
> >> Uh, was this done?
> >>
> > Nope. Attached is a patch that does it.
>
> Er ... why exactly is it a g
Euler Taveira de Oliveira <[EMAIL PROTECTED]> writes:
> Bruce Momjian wrote:
>>> Agreed. Feel free to add whitespace before every /> of simple xml elements.
>>
>> Uh, was this done?
>>
> Nope. Attached is a patch that does it.
Er ... why exactly is it a good idea to bloat XML output with cosmeti
Bruce Momjian wrote:
>> Agreed. Feel free to add whitespace before every /> of simple xml elements.
>
> Uh, was this done?
>
Nope. Attached is a patch that does it. I'm attaching another cosmetic
patch that replaces the use of some single quotes with double quotes in
the XML attributes output.
Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > Euler Taveira de Oliveira wrote:
> > > Peter Eisentraut wrote:
> > > > Having a space before /> appears to be common practice, including in
> > > > the examples in the SQL/XML spec.
> > >
> > > Agreed. Feel free to add whitespace before every /> of
Bruce Momjian wrote:
> Euler Taveira de Oliveira wrote:
> > Peter Eisentraut wrote:
> > > Having a space before /> appears to be common practice, including in
> > > the examples in the SQL/XML spec.
> >
> > Agreed. Feel free to add whitespace before every /> of simple xml
> > elements.
>
> Uh, was
Euler Taveira de Oliveira wrote:
> Peter Eisentraut wrote:
>
> > Having a space before /> appears to be common practice, including in the
> > examples in the SQL/XML spec.
> >
> Agreed. Feel free to add whitespace before every /> of simple xml elements.
Uh, was this done?
--
Bruce Momjian
Peter Eisentraut wrote:
> Having a space before /> appears to be common practice, including in the
> examples in the SQL/XML spec.
>
Agreed. Feel free to add whitespace before every /> of simple xml elements.
--
Euler Taveira de Oliveira
http://www.timbira.com/
---
Euler Taveira de Oliveira wrote:
> I'm attaching another small patch to strip some space and be
> consistent with other xml tags.
Having a space before /> appears to be common practice, including in the
examples in the SQL/XML spec.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
Euler Taveira de Oliveira <[EMAIL PROTECTED]> writes:
> Ben Leslie wrote:
>> The specific problem is that the following is malformed; the xsd:restriction
>> tag is never closed.
> Exact. Per 9.11 (6, b, iv) or 9.15 (8, m, vi), it's a simple element.
> The attached patch should fix it.
> I'm attach
Ben Leslie wrote:
> The specific problem is that the following is malformed; the xsd:restriction
> tag is never closed.
>
>
>
>
>
Exact. Per 9.11 (6, b, iv) or 9.15 (8, m, vi), it's a simple element.
The attached patch should fix it.
I'm attaching another small patch to strip some space
The following bug has been logged online:
Bug reference: 3734
Logged by: Ben Leslie
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3 beta2
Operating system: Mac OS X
Description:Invalid XML schema output.
Details:
database_to_xml_and_xmlschema creates an inv
16 matches
Mail list logo