Dire che ho questo formato XML:Come vengono analizzati gli attributi in Boost.PropertyTree?
<Widget type="SomeWidget" name="foo">
<Event name="onmouseover">
dostuff();
</Event>
</Widget>
Come faccio a leggere gli attributi utilizzando Boost.PropertyTree?
Esempio completo di codice qui: http://stackoverflow.com/a/14010792/438039 –