Adding a new file parsing library
Hello everyone. I've been using boost in my own projects for about 1 year now, and very often I've noticed that Boost does not have much file parsing support (I may be wrong as of now, please correct me). So, I was wondering if the community would be interested in a creation of a new library that uses the Boost::Filesystem set for cross platform file reading, and parses files for CSV, XML, HTML, etc. and tidies up the above if needed (much like the BeautifulSoup module for Python). Please tell me your views Dhaivat
On 20/02/11 18:03, Dhaivat Pandya wrote:
Hello everyone. I've been using boost in my own projects for about 1 year now, and very often I've noticed that Boost does not have much file parsing support (I may be wrong as of now, please correct me). So, I was wondering if the community would be interested in a creation of a new library that uses the Boost::Filesystem set for cross platform file reading, and parses files for CSV, XML, HTML, etc. and tidies up the above if needed (much like the BeautifulSoup module for Python).
Boost offers flexible parsing with Boost.Spirit. Feel free to contribute any specific parser build with spirit to the spirit contribution website
participants (2)
-
Dhaivat Pandya
-
Joel Falcou