digitalmars.D.learn - D XML Library (1.0)
- jicman <cabrera_ _wrc.xerox.com> Mar 04 2009
- Steve Schveighoffer <schveiguy yahoo.com> Mar 04 2009
- Brian <digitalmars brianguertin.com> Mar 06 2009
- jicman <cabrera_ _wrc.xerox.com> Mar 09 2009
- Robert Fraser <fraserofthenight gmail.com> Mar 07 2009
- jicman <cabrera_ _wrc.xerox.com> Mar 09 2009
- Clay Smith <clayasaurus gmail.com> Mar 09 2009
- jicman <cabrera_ _wrc.xerox.com> Mar 09 2009
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
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
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
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
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
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
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
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









Steve Schveighoffer <schveiguy yahoo.com> 