473,327 Members | 2,065 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Any efficient XML parser for C++?

I'm using TinyXML right now and found it not enough efficient to
process large files because it should initialize a new instance and
save it to file while creating a new XML node.

Thanks in advance.
Jul 16 '08 #1
3 1157
cutecutemouse wrote:
I'm using TinyXML right now and found it not enough efficient to
process large files because it should initialize a new instance and
save it to file while creating a new XML node.
Xerces?
--
ToMo
Jul 16 '08 #2
cutecutemouse wrote:
I'm using TinyXML right now and found it not enough efficient to
process large files because it should initialize a new instance and
save it to file while creating a new XML node.

Thanks in advance.
take a look at this:

http://iridia.ulb.ac.be/~fvandenb/tools/xmlParser.html
Jul 16 '08 #3
On Jul 16, 6:10*am, cutecutemouse <plhal...@hotmail.comwrote:
I'm using TinyXML right now and found it not enough efficient to
process large files because it should initialize a new instance and
save it to file while creating a new XML node.

Thanks in advance.
We use a C++ wrapper around libxml. The wrapper is extremely thin and
the underlying library is very efficient (at least for what we use it
for).

HTH
Jul 16 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Tina Li | last post by:
Hello, I've been struggling with a regular expression for parsing XML files, which keeps giving the run time error "maximum recursion limit exceeded". Here is the pattern string: ...
6
by: Sridhar R | last post by:
I am looking for a class browser that has these features. 1. Given a symbol (class, method or function) it should giveback the lineno n source code 2. It should be efficient and quick. I...
1
by: Karalius, Joseph | last post by:
Can anyone explain what is happening here? I haven't found any useful info on Google yet. Thanks in advance. mmagnet:/home/jkaralius/src/zopeplone/Python-2.3.5 # make gcc -pthread -c...
3
by: Himanshu Garg | last post by:
Hello, I am trying to pinpoint an apparent bug in HTML::Parser. The encoding of the text seems to change incorrectly if the locale isn't set properly. However Parser.pm in the directory...
2
by: DB | last post by:
Hi All, Just a quick question.................... Which is the most efficient XML parser for reading XML file? I just wanna read the file( I m not goin to write into it). Thanks, Deepak
9
by: Thomas Lecomte | last post by:
Hello, I'm working on a project and I need to parse an XML file containing the description of a lot of images. Here's an example of the XML data: <db_name> <picture> <pic_id>2033</pid_id>...
11
by: sam_cit | last post by:
Hi Everyone, I'm currently working in embedded environment and hence resources like memory are constrained. And i'm in a need to pass a entire text file to a parser (implemented in lex/yacc) to...
28
by: Marc Gravell | last post by:
In Linq, you can apparently get a meaningful body from and expression's .ToString(); random question - does anybody know if linq also includes a parser? It just seemed it might be a handy way to...
0
by: UncleRic | last post by:
Environment: Mac OS X (10.4.10) on MacBook Pro I'm a Perl Neophyte. I've downloaded the XML::Parser module and am attempting to install it in my working directory (referenced via PERL5LIB env): ...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.