Top "Expat-parser" questions

Expat is an XML parser library written in C

How to install XML::Parser without expat-devel?

XML::Parser fails to build on a quite fresh 64-bit Debian box. After issuing cpan XML::Parser, cpan fails with …

perl debian cpan expat-parser
Geting xml data using xml parser expat

I have managed to parse ok. But now I am having trouble getting the values that I need. I can …

c xml-parsing expat-parser
Can I enforce the order of XML attributes using a schema?

Our C++ application reads configuration data from XML files that look something like this: <data> <value id="…

xml performance xsd expat-parser
Apache Httpd Build from source: fatal error: expat.h: No such file or directory

I am trying to build Apache Server v 2.4.38 on RHEL 7.3 and I am using apr 1.6.5, apr-util 1.6.1, and pcre 8.42. I am …

apache rhel7 expat-parser
Libtool claims it does not support shared libraries during cross compilation

I'm attempting to build the expat (2.0.0) XML parsing library for an ARM embedded machine running busybox 1.13, and during the ./configure, …

arm cross-compiling libtool expat-parser
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