Boost logo

Boost Users :

From: Catalin Pitis (cpitis.bl_at_[hidden])
Date: 2006-04-14 01:20:59


Hi *

I am looking to implement some kind of persistence of objects using
XML (only simple tags), and I'm wondering whether I can use Spirit
library for that. For example, I have the following file:

<MyAggregation SomeAttribute="value">
   <MyAggregated>Some Value</MyAggregated>
</MyAggregation>

I know how to implement the parser for getting the structure, so
that's not an issue. However, I need a second pass, through the
extracted structure, in order to validate it and build the objects.

Is this possible by using spirit, or do I have to implement my own
library for that?

Thank you,

Catalin


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net