[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

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 entity