> 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