XML Benchmarks in D

N/A NA at NA.com
Thu Mar 13 00:46:13 PDT 2008


> Should be able to:
> auto fc = new FileConduit ("test.txt");
> auto buf = new MappedBuffer(fc);
> auto doc = new Document!(char);
> doc.parse(buf.getContent());
> That should do it.

Thanks,

I was wondering on how to do it using the PullParser.

Cheers



More information about the Digitalmars-d mailing list