expat-parser Questions

4

Solved

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 running following commands ./configure --with-included-apr --with-pcre=/data/...
Monarchal asked 29/1, 2019 at 2:4

6

Solved

XML::Parser fails to build on a quite fresh 64-bit Debian box. After issuing cpan XML::Parser, cpan fails with lots of errors about Expat.c and Expat.xs: [...] Expat.xs:2182: error: ‘CallbackVecto...
Pippas asked 13/3, 2012 at 22:13

1

Solved

I am getting these linker errors when i build my program using expat xml library . 3288 /tmp/ccFZziQa.o: In function `xml::node::load_xml(std::__cxx11::basic_string<char, std::char_traits<c...
Kizzykjersti asked 9/5, 2017 at 5:56

2

Solved

In my XML input file I have the following line: <change beforeWhat="Literacy rate in L2: 50\%–75\%. Informally used" /> That character between 50\% and 75\% is not a hyphen but an en dash....
Luann asked 11/12, 2013 at 17:57

2

Solved

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, I get the error: checking if libtool supports shared lib...
Leopold asked 16/1, 2013 at 21:57

1

I've spent quite a bit of time trying to get an expat based sample program to compile. I was receiving the following error message when I tried to compile gcc -Wall -lexpat line.c -o blah line....
Regular asked 13/3, 2012 at 14:39

2

Solved

So, I've played around with several Haskell XML libraries, including hexpat and xml-enumerator. After reading the IO chapter in Real World Haskell (http://book.realworldhaskell.org/read/io.html) I ...
Grudging asked 9/11, 2011 at 15:19

1

Solved

(Disclaimer: I just started using Linux and don't have much experience with configuring Apache and Python.) I have a rather common issue that is explained in more depth here http://code.google.com...
Squeteague asked 9/11, 2011 at 21:50

1

Solved

I am trying to parse an xml file withSaxParser on Android. This is my xml file: <?xml version="1.0" encoding="UTF-8"?> <cars> <car model="CitroenC3"> <maintenances> &lt...
Treasonous asked 22/3, 2011 at 15:33

1

Solved

I'm trying to create an XMPP library (and later a server) from scratch in Go (although the language itself is irrelevant) as a means to learn what I can about the XMPP protocol and server software ...
Lecythus asked 15/9, 2010 at 2:5

2

Solved

I have written a small function, which uses ElementTree and xpath to extract the text contents of certain elements in an xml file: #!/usr/bin/env python2.5 import doctest from xml.etree import El...
Preconscious asked 14/6, 2010 at 16:9

8

Solved

Our C++ application reads configuration data from XML files that look something like this: <data> <value id="FOO1" name="foo1" size="10" description="the foo" ... /> <value id="F...
Tanaka asked 5/11, 2009 at 17:13

2

Solved

I have managed to parse ok. But now I am having trouble getting the values that I need. I can get the element and the attributes. But cannot get the values. I would like to get the value of frame i...
Keep asked 4/3, 2009 at 5:54
1

© 2022 - 2024 — McMap. All rights reserved.