std.xml

Jacob Carlborg doob at me.com
Tue Jan 14 02:15:37 PST 2014


On 2014-01-14 09:57, "Ola Fosheim Grøstad" 
<ola.fosheim.grostad+dlang at gmail.com>" wrote:

> I want to read XML files and replace the nodes I care about (shapes and
> transforms) with my own version so that I more easily can manipulate it
> (using a more efficient internal representation). The kxml library
> appears have a node class, so maybe that is the better option.

The Tango XML parser is one of the fastest XML parser available:

http://dotnot.org/blog/archives/2008/03/10/xml-benchmarks-updated-graphs-with-rapidxml/

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list