digitalmars.D - Call Michel Fortin for mfrxml library
- Sam Hu (4/4) Oct 20 2011 Greetings!
- Michel Fortin (16/24) Oct 20 2011 I think you're referring to my two XML modules. You're probably looking
- Walter Bright (2/4) Oct 20 2011 I love the Boost license!
- Martin Nowak (3/21) Oct 21 2011 Did the concept of input range buffering worked out?
- Michel Fortin (10/36) Oct 21 2011 The goal was to be able to wrap any input range with the buffered range
- Sam Hu (5/37) Oct 21 2011 They are exactly what I want.Appreciate!
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
Oct 20 2011
On 2011-10-21 03:47:55 +0000, Sam Hu <samhudotsamhu 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, SamI 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. If someone want to improve those modules and republish them, feel free. Boost license and all. -- Michel Fortin michel.fortin michelf.com http://michelf.com/
Oct 20 2011
On 10/20/2011 9:10 PM, Michel Fortin wrote:If someone want to improve those modules and republish them, feel free. Boost license and all.I love the Boost license!
Oct 20 2011
On Fri, 21 Oct 2011 06:10:30 +0200, Michel Fortin <michel.fortin michelf.com> wrote:On 2011-10-21 03:47:55 +0000, Sam Hu <samhudotsamhu gmail.com> said:Did the concept of input range buffering worked out?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, SamI 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.If someone want to improve those modules and republish them, feel free. Boost license and all.
Oct 21 2011
On 2011-10-21 11:11:49 +0000, "Martin Nowak" <dawg dawgfoto.de> said:On Fri, 21 Oct 2011 06:10:30 +0200, Michel Fortin <michel.fortin michelf.com> wrote: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.fortin michelf.com http://michelf.com/On 2011-10-21 03:47:55 +0000, Sam Hu <samhudotsamhu gmail.com> said:Did the concept of input range buffering worked out?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, SamI 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.
Oct 21 2011
Michel Fortin Wrote:On 2011-10-21 03:47:55 +0000, Sam Hu <samhudotsamhu gmail.com> said:They are exactly what I want.Appreciate! I don't care they are incomplet,just love the design which fit my taste. Regards, SamGreetings! 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, SamI 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. If someone want to improve those modules and republish them, feel free. Boost license and all. -- Michel Fortin michel.fortin michelf.com http://michelf.com/
Oct 21 2011