Top "Libxml2" questions

Software library for parsing XML documents.

Creating string with libxml2 (c++)

My problem is that I want to create xml tree and get a simple string object (or even char*). And …

c++ libxml2
Linking Error libxml2.dylib at Xcode 3.2.5 & SDK 4.2

I am trying to connect to twitter using oauth library. The library needs libxml2.dylib to be added. When adding …

iphone sdk libxml2 mgtwitterengine ios-4.2
libxml2 vs expat for an XMPP server

I'm trying to create an XMPP library (and later a server) from scratch in Go (although the language itself is …

c go xmpp libxml2 expat-parser
iPhone libxml2 undefined symbols (with gdata, kissxml, touchxml, etc.)

I'm trying to use any one of the libxml based 3rd party XML parsers, but I can't because I think …

ios gdata libxml2 undefined-symbol touchxml
libxml-ruby: Failed to build gem native extension

I'm trying to install libxml-ruby. I have installed libxml2, libxslt and coreutils I have also read other posts regarding the …

macos rubygems homebrew libxml2 libxml-ruby
Fail to install lxml in MacOS 10.8.4

I am having trouble installing lxml to my Mac OS. I am having the following error when building it. This …

python macos lxml libxml2
xml indentation

I am writing an xml file using the xmlwriter api of libxml2. when I open the file using notepad, the …

xml libxml2
Huge memory leak with libxml2

I'm coding a XML parser with libxml2. Actually, I finished it but there is a pretty annoying problem of memory. …

c libxml2