On 2011-10-21 11:11:49 +0000, "Martin Nowak" <d...@dawgfoto.de> said:

On Fri, 21 Oct 2011 06:10:30 +0200, Michel Fortin <michel.for...@michelf.com> wrote:

On 2011-10-21 03:47:55 +0000, Sam Hu <samhudotsa...@gmail.com> said:

Greetings!
I once downloaded from this NG the xml library for D2,but now I can not find that link again.I am wondering is there any updates on this library,if yes,could you please provide me the link?
 Thanks and best regards,
Sam

I think you're referring to my two XML modules. You're probably looking for one of those links:

http://michelf.com/docs/d/mfr-xml-2010-10-19.zip

http://michelf.com/docs/d/mfr/xml.html
http://michelf.com/docs/d/mfr/xmltok.html

It probably work fine, but I don't intend to put much more work in it (nor am I using it much). I made an incomplete proof of concept for a buffered input range once from it, but I don't think that's part of the package above.

Did the concept of input range buffering worked out?

The goal was to be able to wrap any input range with the buffered range having a reusable buffer while keeping the ability to just slice with no copy or allocation if you happen to have the whole file in immutable memory. I never completed the adaptation of the parser as I went to work on other projects, but I still think it's doable.

--
Michel Fortin
michel.for...@michelf.com
http://michelf.com/

Reply via email to