[boost] Re: xml library

2003-09-01 Thread Nicholas Mongeau
> I've just uploaded the preliminary version of my XML library to Yahoo files > section as xml_library.zip. Comments are welcome. > I think it's very nice, and I can already think of some code that could be made much clearer using this... ___ Unsubscr

Re: [boost] Re: xml library

2003-08-29 Thread Neal D. Becker
On Friday 29 August 2003 10:36 am, Cédric Naniot wrote: > Well, I find the API quite good, and realy better than the sax one. > So, in other words, you say this API is better than sax? :) pgp0.pgp Description: signature

[boost] Re: xml library

2003-08-29 Thread Cédric Naniot
On Sat, 23 Aug 2003 00:05:38 +0200, Wojtek Surowka wrote: > I've just uploaded the preliminary version of my XML library to Yahoo files > section as xml_library.zip. Comments are welcome. As an exercice and to evaluate your API, I wrote read_iterator using the XmlReader API of libxml (see the at

[boost] Re: xml library

2003-08-22 Thread Wojtek Surowka
I've just uploaded the preliminary version of my XML library to Yahoo files section as xml_library.zip. Comments are welcome. Regards, Wojtek ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: xml library

2003-08-20 Thread Cédric Naniot
On Sun, 17 Aug 2003 22:45:34 +0200, Wojtek Surowka wrote: > I think that what is still missing in Boost is a library for reading and > writing XML files. I have such a library, though in rather preliminary ... > > If there will be an interest, I can submit the library code and extend it. I am i

[boost] Re: xml library

2003-08-18 Thread Wojtek Surowka
> I have been using expat for a while, and wrapping it in C++ classes. > It's a very capable parser and supports lot's of stuff. > My parser stuff is just done with a switch statement (since it's event > driven), but it would be nice if you could use expat, but then > "register" your element "ha

[boost] Re: xml library

2003-08-18 Thread Wojtek Surowka
> I'd be interested in such library. > I think that boos::xml library should be using boost::spirit > for parsing XML streams. I have now hand-coded parser. I'm actually more interested whether the interface of the library is ok, so I think I'll submit the current version, and I'll try to switch t