Re: [xml] Reading CDATA

2008-09-26 Thread Hartmut Sbosny
Hi Daniel, On Thursday, 25. September 2008 17:05, Daniel Veillard wrote: On Wed, Sep 17, 2008 at 06:48:37PM +0200, Hartmut Sbosny wrote: Hello, I am fresh to libxml. I want to read an xml file containing the part data ![CDATA[...]] /data Currently I use the

Re: [xml] Reading CDATA

2008-09-26 Thread Daniel Veillard
On Fri, Sep 26, 2008 at 10:31:36AM +0200, Hartmut Sbosny wrote: Hi Daniel, On Thursday, 25. September 2008 17:05, Daniel Veillard wrote: On Wed, Sep 17, 2008 at 06:48:37PM +0200, Hartmut Sbosny wrote: Hello, I am fresh to libxml. I want to read an xml file containing the part

Re: [xml] Reading CDATA

2008-09-26 Thread Hartmut Sbosny
On Fri, 26. September 2008 11:15, Daniel Veillard wrote: On Fri, Sep 26, 2008 at 10:31:36AM +0200, Hartmut Sbosny wrote: Hi Daniel, On Thursday, 25. September 2008 17:05, Daniel Veillard wrote: On Wed, Sep 17, 2008 at 06:48:37PM +0200, Hartmut Sbosny wrote: Hello, I am fresh to

Re: [xml] Reading CDATA

2008-09-25 Thread Daniel Veillard
On Wed, Sep 17, 2008 at 06:48:37PM +0200, Hartmut Sbosny wrote: Hello, I am fresh to libxml. I want to read an xml file containing the part data ![CDATA[...]] /data Currently I use the xmlParseDoc() interface. My first try was to read the data node string via

[xml] Reading CDATA

2008-09-17 Thread Hartmut Sbosny
Hello, I am fresh to libxml. I want to read an xml file containing the part data ![CDATA[...]] /data Currently I use the xmlParseDoc() interface. My first try was to read the data node string via xmlNodeListGetString(). This returns something like ___...___, i.e.