Boost logo

Boost :

Subject: Re: [boost] [svg] is there any interest in a Scalable Vector Graphics library?
From: Oleg Maximenko (olegmax_at_[hidden])
Date: 2015-03-05 11:05:26


2015-03-05 18:00 GMT+03:00 Phil Endecott <spam_from_boost_dev_at_[hidden]>:

SVG is an XML format. Boost doesn't have an XML library. Have you
> created your own XML parser, using Spirit? Is that usable by itself?
>

Hi Phil,

Of course this library doesn't handle XML parsing itself. I've chosen way
of using
arbitrary XML library through compile-time configured traits. This way
we can easily extend support for any XML DOM parser with zero runtime
overhead.
The library at the moment includes traits for libxml2, MSXML, Xerces and
RapidXML NS
parsers .
Single-header RapidXML NS parser proved itself to be reliable and fast and
can be
shipped with the library as default choice.

Oleg


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk