[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-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 the

[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 handlers

[boost] xml library

2003-08-17 Thread Wojtek Surowka
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 state (encodings support is missing, and also not all of XML constructs are supported). Anyway, I have used it in some projects for e.g. reading and