
Robert, The utility I am writing needs to be able to extract a small portion from a large XML file generated by your library. Since it is performance sensitive I chose to use a SAX parser in order to avoid reading the whole file. Would it be much work to do this with the Spirit parser? As always, thanks for the super-fast response. Best regards, Terence
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Robert Ramey Sent: Saturday, December 09, 2006 12:17 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Boost Serialization make_binary & XML/ASCII
And another point.
If you want to parse the xml generated by boost serialization, the easy way would be just to use the spirt parser that is generated just for that purpose and is included in the library. This is also independent of the serialization library itself. The serialization library is really an "use case" of the spirit library for xml parsing.
And it already includes the base64 to binary stuff.
So, using the stuff that's already in there, the whole job is probably under 100 new lines of code.
Good Luck
Robert Ramey "Terence Wilson"
wrote in message news:000601c71bc4$5b8fd000$2101a8c0@gjoob.com... I need to parse an XML file generated by Boost Serialization, part of the file is a section generated by make_binary. I was wondering which scheme was used to convert binary to ASCII, uuencode, Base64? Obviously I need to know in order that I can convert back. TIA
Dr. Terence Wilson Principal, Bayside Technical email: tez@latte.com web: http://latte.com
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users