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.
