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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Cc: Ben Leslie <benno(at)benno(dot)id(dot)au>
Subject: Re: BUG #3735: Can't create xml-stylesheet processing instruction
Date: 2007-11-11 13:05:13
Message-ID: 200711111405.13984.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ben Leslie wrote:
> utf8len = 4; /* FIXME: How do we know how many characters it could
> be?*/ utf8char = xmlGetUTF8Char(&p[5], &utf8len);

Where do you get the information that the second parameter of
xmlGetUTF8Char is used on input?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-11-11 15:38:34 Re: BUG #3735: Can't create xml-stylesheet processing instruction
Previous Message Tom Lane 2007-11-10 19:30:27 Re: BUG #3734: Invalid XML schema output.