digitalmars.D.learn - XML pull parsing in D? (libxml2)
- Marcio <mqmnews123 sglebs.com> Jan 31 2008
Hi, Is there any D API for XML Pull Parsing as in C#? libxml2 preferably: http://xmlsoft.org/xmlreader.html I looked at http://www.prowiki.org/wiki4d/wiki.cgi?AllLibraries/XmlLibraries but only found the "traditional way" of processing XML. Nothing on pull parsing. Thanks, marcio
Jan 31 2008
Find the bindings for libxml2 here: http://www.dsource.org/projects/bcd/ -[Unknown] Marcio wrote:Hi, Is there any D API for XML Pull Parsing as in C#? libxml2 preferably: http://xmlsoft.org/xmlreader.html I looked at http://www.prowiki.org/wiki4d/wiki.cgi?AllLibraries/XmlLibraries but only found the "traditional way" of processing XML. Nothing on pull parsing. Thanks, marcio
Jan 31 2008








"Unknown W. Brackets" <unknown simplemachines.org>