Re: [xml] disabling entity replacement

2006-04-19 Thread Daniel Veillard
On Tue, Apr 18, 2006 at 07:43:09PM -0400, Alex Khesin wrote: > I am building Atom/RSS SAX2 parser using libxml, and in order to > implement http://www.atomenabled.org/developers/syndication/#text for > type="xhtml", I need to be able to completely disable entity > replacement. What kind of entit

Re: [xml] disabling entity replacement

2006-04-18 Thread A. Pagaltzis
* Alex Khesin <[EMAIL PROTECTED]> [2006-04-19 07:00]: > "If type="html", then this element contains entity escaped > html. > > > AT&T bought by SBC! > Yes. There was a long discussion about whether to allow this at all. In the end the Atom WG conceded that reality is suboptimal. Esc

Re: [xml] disabling entity replacement

2006-04-18 Thread Alex Khesin
On 4/18/06, Liam R E Quin <[EMAIL PROTECTED]> wrote: On Tue, 2006-04-18 at 19:43 -0400, Alex Khesin wrote: > I am building Atom/RSS SAX2 parser using libxml, and in order to > implement http://www.atomenabled.org/developers/syndication/#text for > type="xhtml", I need to be able to completely dis

Re: [xml] disabling entity replacement

2006-04-18 Thread Liam R E Quin
On Tue, 2006-04-18 at 19:43 -0400, Alex Khesin wrote: > I am building Atom/RSS SAX2 parser using libxml, and in order to > implement http://www.atomenabled.org/developers/syndication/#text for > type="xhtml", I need to be able to completely disable entity > replacement. You don't need to turn enti

Re: [xml] disabling entity replacement

2006-04-18 Thread A. Pagaltzis
* Alex Khesin <[EMAIL PROTECTED]> [2006-04-19 01:45]: > I am building Atom/RSS SAX2 parser using libxml, and in order > to implement http://www.atomenabled.org/developers/syndication/#text > for type="xhtml", I need to be able to completely disable > entity replacement. Why? I cannot think of a go

[xml] disabling entity replacement

2006-04-18 Thread Alex Khesin
I am building Atom/RSS SAX2 parser using libxml, and in order to implement http://www.atomenabled.org/developers/syndication/#text for type="xhtml", I need to be able to completely disable entity replacement. I was hoping that setting ctxt->replaceEntities to 0 would do the trick, but it seems to