Top "Libxml2" questions

Software library for parsing XML documents.

How can I tell what version of libxml2 and libxslt are installed on OS X?

I'm trying to find out what version I currently have installed. OS X Mountain Lion (10.8.2) Thanks in advance!

macos libxml2 libxslt
installing libxml2 on python 2.7 windows

I've searched but theres no libxml2 binaries for py2.7. I have also tried running setup.py for version py2.6.9 but …

python libxml2
Libxml2 missing mac os x 10.10

Running 'compile' for libxslt 1.1.28... OK Running 'install' for libxslt 1.1.28... OK Activating libxslt 1.1.28 (from /Users/Kartik/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/…

ruby libxml2
xmllint validation error "no DTD found" while using XSD

I'm trying to use xmllint to check my work while developing a basic XSD i.e. XML Schema schema. However …

xml xsd libxml2 xsd-validation xmllint
Adding libxml2 in XCode

I have added libxml2 to my Xcode 4 project following this guide. But it's not working. Xcode gives me error saying …

objective-c xcode cocoa-touch libxml2 ios-frameworks
LibXML2.dylib and Xcode4

I just downloaded Xcode 4 and I cant seem to run my application as the MGTwitter... classes are complaining of a …

iphone objective-c xcode4 libxml2 mgtwitterengine
Homebrew install libxml2 with python modules

Good morning, I'm trying to install libxml2 with python modules. I have tried the following: brew install --with-python libxml2 ==> …

python macos libxml2 homebrew
Parse XML Libxmljs (Node.js)

I'm attempting to parse an XML string with libxmljs (https://github.com/polotek/libxmljs). I'm having some issues though. I …

xml node.js libxml2 xml-parsing
iPhone Development - XMLParser vs. libxml2 vs. TouchXML

I cannot find comparison of these parsing technique. Which one is most commonly used? Regards. Mustafa

iphone libxml2 xml-parsing touchxml
libxml2 xmlChar* cast to char*

How would you convert / cast an xmlChar* to char* from the libxml2 library? Thanks.

c++ casting libxml2