digitalmars.D.learn - D XML Library (1.0)
- jicman (5/5) Mar 04 2009 Greetings.
- Steve Schveighoffer (4/15) Mar 04 2009 I think at the moment the only two options are Phobos 2 and Tango. You
- Brian (5/16) Mar 06 2009 exactly what functionality are you looking for? you could probably wrap ...
- jicman (4/22) Mar 09 2009 Which C/C++ libraries are you suggesting? If you could share those XML ...
- Robert Fraser (2/11) Mar 07 2009 If you're using D2, std.xml
- jicman (2/14) Mar 09 2009 Not so blessed, yet, as the subject says it (1.0). .-)
- Clay Smith (5/14) Mar 09 2009 Use the dsource.
- jicman (4/19) Mar 09 2009 smallxml appears to be the one.
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: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é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 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:Not so blessed, yet, as the subject says it (1.0). .-)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 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:smallxml appears to be the one. thanks, joseGreetings. 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
Mar 09 2009