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

J

Jim Williams

**** 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
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
J

John Torjo

[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
-- (e-mail address removed)

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)
 
J

Jonathan Turkanis

John Torjo said:
[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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top