std.xml2 (collecting features)
via Digitalmars-d
digitalmars-d at puremagic.com
Tue May 5 02:14:00 PDT 2015
On Monday, 4 May 2015 at 19:31:59 UTC, Jonathan M Davis wrote:
> Given how D's arrays work, we have the opportunity to have an
> _extremely_ fast XML parser thanks to slices.
Yes, that would be great. XML is a flexible go-to archive,
exchange and application format.
Things like entities, namespaces and so makes it non-trivial, but
being able to conveniently process Inkscape and Open Office files
etc would be very useful.
One should probably look at what applications generate XML and
create some large test files with existing applications.
More information about the Digitalmars-d
mailing list