Brian Wrote: > On Wed, 04 Mar 2009 19:59:47 -0500, jicman wrote: > > > Greetings. > > > > Will someone point me to a reliable xml handling library? I went to > > dsource and all the XML based projects are all dead. I am sure that > > Mango has a nice one, but I am using phobos. :-( > > > > Any suggestions? > > > > thanks, > > > > josé > > exactly what functionality are you looking for? you could probably wrap a > C/C++ library pretty quickly. I wrote my own simplistic XML library for > my own uses, its very basic, just reads tags and attributes, but its all > i need for storing application data.
Which C/C++ libraries are you suggesting? If you could share those XML libraries, that would be great. I have created my own, but it is a bit slow, because, well, neubie code. :-) But, I may gain some insight by seeing yours. thanks. josé
