473,493 Members | 2,274 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

seeking xml load/save library for c++ ... plus some other questions

**** Post for FREE via your newsreader at post.usenet.com ****

I have some questions aboyt XML, and it's use for file
loading/saving. I'm working in a C++ environment, on MS Windows.

I'll try and be as clear as possible - I apologise in advance if I
get a bit waffely. I also apologise if these groups (comp.text.xml,
com.lang.c++) are the wrong ones for these sorts of questions. If the
are, please point me in the right direction.

Enough apologising - on with the questions:
I'm working with a 3D engine, that displays a scene. I want to be
able to save the scene to a file, (and of course load the scene from
the saved file). It has been specified that XML is the required format
for the save files. The objects in the scene are stored in a tree
heirachy. The obvious method to use is to start at the top of the
tree, and traverse all it's branches, at each node (scene object)
saving the information to a file. So I'd need an XML load and XML save
function for every scene object. I think this is similar to object
serialization, but at a slightly higher level, as the information I'm
saving will generally be at a higher level than the C++ object - ie I
want to save my own (usually simplified) representation of the object.

Does the above make sense? I hope so!
Does it sound like a good place to use XML?
Has anyone done anything similar?

Can anyone reccomend any libraries to do the above XML loading and
saving? I'd it like to be as lightweight as possible. I don't want to
use the .NET xml libraries.
Thank you very much
Jim
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*** Usenet.com - The #1 Usenet Newsgroup Service on The Planet! ***
http://www.usenet.com
Unlimited Download - 19 Seperate Servers - 90,000 groups - Uncensored
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Jul 22 '05 #1
3 1198
> [snip]
Does it sound like a good place to use XML?
Has anyone done anything similar?


Robert Ramey (ramey at rrsd dot com) is working on a very good
[serialize] library.
It's quite generic.

If you really wish, you can implement XML on top of that. But I don't
think you need XML - you can use simple serialization (check out his
library).

Best,
John

John Torjo
Freelancer
-- jo**@torjo.com

Contributing editor, C/C++ Users Journal
-- "Win32 GUI Generics" -- generics & GUI do mix, after all
-- http://www.torjo.com/win32gui/

Professional Logging Solution for FREE
-- http://www.torjo.com/code/logging.zip (logging - C++)
-- http://www.torjo.com/logview/ (viewing/filtering - Win32)
-- http://www.torjo.com/logbreak/ (debugging - Win32)
(source code available)
Jul 22 '05 #2
Jim Williams wrote:
Can anyone reccomend any libraries to do the above XML loading and
saving? I'd it like to be as lightweight as possible. I don't want to
use the .NET xml libraries.


http://www.xmlsoftware.com/parsers.html

In my company, they use Xerces (http://xml.apache.org/). It's not
lightweight, but it definitely works (even under MS Windows!).

Ralph
Jul 22 '05 #3

"John Torjo" <jt****@yahoo.com> wrote in message
news:c6**************************@posting.google.c om...
[snip]
Does it sound like a good place to use XML?
Has anyone done anything similar?
Robert Ramey (ramey at rrsd dot com) is working on a very good
[serialize] library.
It's quite generic.

If you really wish, you can implement XML on top of that. But I

don't think you need XML - you can use simple serialization (check out his
library).


As I'm sure you know, John, Robert's library has been accepted into
boost, and should be in the next release, which is coming soon.

Also, his library supports XML archives, though I'm not sure it's what
the OP wanted, since I can't see his message on my newsreader.

Jonathan
Jul 22 '05 #4

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

Similar topics

1
1857
by: Søren Johansen | last post by:
Hi, I am writing a small framework for doc/view applications. For this I have a document base class, CBaseDocument, that implements a number of load/save functionalities and some other stuff....
7
2362
by: Richard Maher | last post by:
Hi, I am seeking the help of volunteers to test some software that I've developed which facilitates distributed two-phase commit transactions, encompassing any resource manager (e.g. SQL/Server...
3
1750
by: Jim Williams | last post by:
**** Post for FREE via your newsreader at post.usenet.com **** I have some questions aboyt XML, and it's use for file loading/saving. I'm working in a C++ environment, on MS Windows. I'll try...
1
1519
by: Dave | last post by:
Hello all, I have written an expression interpreter, and a profiler has told me that a specific part of it is in need of optimization. My purpose in posting to this newsgroup is to solicit...
2
4584
by: Sascha | last post by:
Hi there, I searched carefully through the web before finally deciding to post this message, because I could not find a solution for my problem. Hopefully someone will have a hint or explanation...
6
1986
by: Greg M | last post by:
I have 5 years of MS Access/VBA development experience and am moving into the VB.net world. I am seeking a tutor which could facilitate this move. I live in Anderson, IN and am willing to...
5
1523
by: Edwinah63 | last post by:
Hi everyone, i was wondering if anyone else had observed this and if there is any workaround or patch. i have some screens (an mdi child forms) with the buttons &Add, &Edit, &Save and E&xit,...
2
1211
by: Jim | last post by:
When I manually enter data into a bound textbox then point my cursor to my Save button and press Save the data I just entered data does not save. However if I move my cursor to another text box or...
11
1917
by: Eigenvector | last post by:
I apologize if this is a trivial question, but it's always made me wonder when I have to compile my code. There are some #includes that you don't really need to reference in your library and...
0
7119
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6989
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7157
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7195
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7367
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5453
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4889
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4579
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
285
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.