www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Call Michel Fortin for mfrxml library

reply Sam Hu <samhudotsamhu gmail.com> writes:
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
parent reply Michel Fortin <michel.fortin michelf.com> writes:
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,
 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. 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
next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
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
prev sibling next sibling parent reply "Martin Nowak" <dawg dawgfoto.de> writes:
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:

 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?
 If someone want to improve those modules and republish them, feel free.  
 Boost license and all.
Oct 21 2011
parent Michel Fortin <michel.fortin michelf.com> writes:
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:
 
 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,
 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.fortin michelf.com http://michelf.com/
Oct 21 2011
prev sibling parent Sam Hu <samhudotsamhu gmail.com> writes:
Michel Fortin Wrote:

 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,
 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. 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/
They are exactly what I want.Appreciate! I don't care they are incomplet,just love the design which fit my taste. Regards, Sam
Oct 21 2011