XML Reader/Writer

What it says on the tin: a place to discuss proposed new features.
Post Reply
User avatar
Roman
Halfling
Posts: 92
Joined: Sun Nov 02, 2008 3:49 pm
Location: Germany

XML Reader/Writer

Post by Roman »

Hi everyone!

One short question about OGRE. Has OGRE a XML-reader or -writer module?

I think the simple reading of data at the moment it has nothing to do with meshes. I would just configurations, language packages and more through XML processing. There are already XML features in OGRE or must I use an external module?
Crashy
Google Summer of Code Student
Google Summer of Code Student
Posts: 1005
Joined: Wed Jan 08, 2003 9:15 pm
Location: Lyon, France
x 49
Contact:

Post by Crashy »

There is already TinyXml present as a dependency. Maybe you could take a look at it.
Follow la Moustache on Twitter or on Facebook
Image
User avatar
TheSpaceMan
Gremlin
Posts: 151
Joined: Tue Jan 23, 2007 3:44 am
Contact:

Post by TheSpaceMan »

TinyXML rocks.
It's my personal nr1 choice for XML parsing.
Using:
Ogre3D v1.4.9,
OIS,
Physx v2.8.1,
Personal Physx<->Ogre3D Bindings,
FMOD.
Goal: Current day Retro Engine.
Keywords: Dynamic Terrain, Lowpoly, Engine, Nostalgia
Visit my Blog: http://spacedev.wordpress.com
User avatar
Roman
Halfling
Posts: 92
Joined: Sun Nov 02, 2008 3:49 pm
Location: Germany

Post by Roman »

From TinyXML I've never heard.
But if it is so good, I'll look at this.
I already have experience with irrXML, but this parser is not really great.
Post Reply