IrrXML

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

IrrXML

Post by niko »

Funny, now I'm announcing something here for the first time. I've created a separate project for the Irrlicht xml parser. I extended it with lots of new features and bugfixes. I named it irrXML, it is now completely independent of the Irrlicht Engine but still has all the nice features which made it popular. If you are searching for a descent, small, fast and simple xml parser, take a look at it.
http://xml.irrlicht3d.org
Of course, future irrlicht engine version will use this parser as back end for xml parsing.
I'll announce this in a few minutes on irrlicht.sf.net too, but just too spam a little bit on this forum.. :)
pax_tempo

Post by pax_tempo »

Thanks for a lot Niko :D
fatcat46
Posts: 23
Joined: Fri Apr 22, 2005 10:34 pm
Contact:

Post by fatcat46 »

Thats very nice!! More simple that tinyXML!!!
:: Double K ::
Web Site Under Construction
(http://k.domaindlx.com/fatcat46)
cmoibenlepro
Posts: 237
Joined: Thu May 27, 2004 3:18 pm
Location: Canada

Post by cmoibenlepro »

That's cool! Thanks Niko! :D
BTW, personnally I prefer the website of irrxml to irrlicht one... This brown color looks better than the purple one... Why don't you switch between both?
It's only a suggestion, don't take it mad and please don't ban me for this comment :P
Guest

Post by Guest »

It's a cool thing, thanks. I have a question: what about writing to the XML file? How can I do this in the code?
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

That's not possible with that thing, sorry. I could add something like the IXMLWriter in irrlicht, but this simply just makes it easier to write out strings in xml format into a file, nothing more.
Other
Posts: 85
Joined: Fri Dec 03, 2004 5:41 pm
Contact:

Post by Other »

Cool thing!!!

It looks simple like DOM (or even simplier), but it must be faster
than it. Do somebody tested its speed and memory against xercesC++ (SAX/SAX2)?

// I'm sure IrrXML is faster and smaller ;-)
With its optional file access abstraction it has the advantage of reading easily not only from files but from any type of data (memory, network, ...). For example when used with the Irrlicht Engine, it directly reads from compressed .zip files.
- thats also cool feature ;-)

.. and license is cool also ;-)

PS: Whats about XML-Schema-check?
My Irrlicht&ODE-Project: http://www.lofing.de/myworld/
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Other wrote:PS: Whats about XML-Schema-check?
I've planned something like that for the future, but don't expect it too soon. :)
Post Reply