5 Mar
2015
5 Mar
'15
4:05 p.m.
2015-03-05 18:00 GMT+03:00 Phil Endecott
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