std.xml2 (collecting features)

Michel Fortin via Digitalmars-d digitalmars-d at puremagic.com
Sun May 3 16:32:28 PDT 2015


On 2015-05-03 17:39:46 +0000, "Robert burner Schadek" 
<rburners at gmail.com> said:

> std.xml has been considered not up to specs nearly 3 years now. Time to 
> build a successor. I currently plan the following featues for it:
> 
> - SAX and DOM parser
> - in-situ / slicing parsing when possible (forward range?)
> - compile time switch (CTS) for lazy attribute parsing
> - CTS for encoding (ubyte(ASCII), char(utf8), ... )
> - CTS for input validating
> - performance
> 
> Not much code yet, I'm currently building the performance test suite 
> https://github.com/burner/std.xml2
> 
> Please post you feature requests, and please keep the posts DRY and on topic.

This isn't a feature request (sorry?), but I just want to point out 
that you should feel free to borrow code from 
https://github.com/michelf/mfr-xml-d  There's probably a lot you can 
reuse in there.

-- 
Michel Fortin
michel.fortin at michelf.ca
http://michelf.ca



More information about the Digitalmars-d mailing list