www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - D XML Library (1.0)

reply jicman <cabrera_ _wrc.xerox.com> writes:
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é
Mar 04 2009
next sibling parent Steve Schveighoffer <schveiguy yahoo.com> writes:
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é
I think at the moment the only two options are Phobos 2 and Tango. You could try tangobos. -Steve
Mar 04 2009
prev sibling next sibling parent reply Brian <digitalmars brianguertin.com> writes:
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.
Mar 06 2009
parent jicman <cabrera_ _wrc.xerox.com> writes:
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é
Mar 09 2009
prev sibling next sibling parent reply Robert Fraser <fraserofthenight gmail.com> writes:
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é
If you're using D2, std.xml
Mar 07 2009
parent jicman <cabrera_ _wrc.xerox.com> writes:
Robert Fraser Wrote:

 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é
If you're using D2, std.xml
Not so blessed, yet, as the subject says it (1.0). .-)
Mar 09 2009
prev sibling parent reply Clay Smith <clayasaurus gmail.com> writes:
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é
Use the dsource. http://www.dsource.org/projects/simplexmld http://www.dsource.org/projects/smallxml ~ Clay
Mar 09 2009
parent jicman <cabrera_ _wrc.xerox.com> writes:
Clay Smith Wrote:

 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é
Use the dsource. http://www.dsource.org/projects/simplexmld http://www.dsource.org/projects/smallxml
smallxml appears to be the one. thanks, jose
Mar 09 2009