Re: [xml] xml output streaming and c14n

2008-11-20 Thread Aleksey Sanin
Look at testC14N.c for a c14n example. Aleksey Prashant R wrote: I have a requirement, where I would not want to have the entire xml data in memory and preferably writing out canonicalized XML to IO . I had a few questions to understand this better I was planning on doing the following

[xml] xml output streaming and c14n

2008-11-20 Thread Prashant R
I have a requirement, where I would not want to have the entire xml data in memory and preferably writing out canonicalized XML to IO . I had a few questions to understand this better I was planning on doing the following - creating an OutputBuffer using the API - xmlOutputBufferCreateIO

Re: [xml] Problem with MSYS and MINGW: undefined reference to _imp__xmlFree

2008-11-20 Thread Friedrich Beckmann
Hi Roumen, i searched the mingw wiki and they say that the import libraries are not compatible between MSVC and MINGW. I described it in the bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=561340 There are ways to convert between the two, so I guess it would be very good if the mingw import l

Re: [xml] Problem with MSYS and MINGW: undefined reference to _imp__xmlFree

2008-11-20 Thread Roumen Petrov
Friedrich Beckmann wrote: Hi, i digged in the dirt and I guess I found that the reason is that the libxml2.lib import library is not compatible with MINGW. I described the solution here: http://bugzilla.gnome.org/show_bug.cgi?id=561340 I thought that they are compatible but it seems they are

[xml] Getting Sub node

2008-11-20 Thread vijaykumar manchala
 Hi Veillard,    Currently am using Libxml for xml file parsing in the basic level.  I have one query     If I want to an access an element or subnode which is that api  we have to use.   instead of looping in my application code.     suggest me what to do   please give an idea  in this rega

Re: [xml] CVE-2008-4226 and CVE-2008-4225.

2008-11-20 Thread Daniel Veillard
On Thu, Nov 20, 2008 at 05:06:35AM -0800, f rom wrote: > Which version of libxml2 do I need to download that solves : CVE-2008-4226 > and CVE-2008-4225. > > This update fixes an integer overflow in libxml2 that could lead to > memory corruption and arbitrary code execution. (CVE-2008-4226) > Tha

Re: [xml] [Proposal] How about write a book for LibXML2?

2008-11-20 Thread Daniel Veillard
On Wed, Nov 19, 2008 at 10:44:42AM +0100, Elvis Stansvik wrote: > 2008/11/19 Elvis Stansvik <[EMAIL PROTECTED]>: > > No problem. I'll get back to you when I have a destination for a > > wiki.xmlsoft.org A record. > > Okay. The web hotel tech support answered and I think I'll be able to > replicate

[xml] CVE-2008-4226 and CVE-2008-4225.

2008-11-20 Thread f rom
Which version of libxml2 do I need to download that solves : CVE-2008-4226 and CVE-2008-4225. This update fixes an integer overflow in libxml2 that could lead to memory corruption and arbitrary code execution. (CVE-2008-4226) Thanks to: Drew Yao of Apple Product Security Thanks Joe __

Re: [xml] Problem with MSYS and MINGW: undefined reference to _imp__xmlFree

2008-11-20 Thread Friedrich Beckmann
Hi, i digged in the dirt and I guess I found that the reason is that the libxml2.lib import library is not compatible with MINGW. I described the solution here: http://bugzilla.gnome.org/show_bug.cgi?id=561340 I thought that they are compatible but it seems they are not. Regards Friedrich R