Page 1 of 1

how to use CEGUI xml parsers ?

Posted: Thu May 24, 2007 13:14
by khayyam
Hello all,

I need to parse own xml files, so why not using the xml parsers already existing in CEGUI ?
But I don't find any tuto nor example about how to parse by myself a custom xml file.

Any idea ?

Posted: Fri May 25, 2007 17:20
by daves
I'd suggest not relying on a cegui built-in parser. There are lots of xml parser implementations available. I'd grab one of those.

Posted: Fri May 25, 2007 22:57
by Pompei2
The CEGUI parser is one of those. But I don't know how to use them.

Posted: Sat May 26, 2007 00:05
by Rackle
I've used one within DialogConfigurations