Re: [xml] Parsing XML in embedded environment

2011-06-12 Thread David Kubicek
On 06/12/2011 03:17 AM, Daniel Veillard wrote: On Sat, Jun 11, 2011 at 01:28:37PM +0200, David Kubicek wrote: Perhaps one more question. This is going to be hard to find for me. Now, with every document I parse, a new context is created before and freed after xmlParseDocument(ctx). Also, my

Re: [xml] Parsing XML in embedded environment

2011-06-12 Thread Liam R E Quin
On Sat, 2011-06-11 at 01:02 +0200, David Kubicek wrote: The problem is that by default, libxml knows only the basic 5 XML entities. Why is this a problem? XML documents must either stick to those entities or define the ones they want to use, so you should not predefine others. I just can't