$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Adding a new file parsing library
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2011-02-20 14:08:17
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