
10 Nov
2005
10 Nov
'05
6:38 p.m.
On 11/9/05, Marcin Kalicinski <kalita@poczta.onet.pl> wrote:
Property tree is a data structure - a tree of (key, value) pairs. It
Here's a small patch that changes the way XML attributes are handled. Instead of creating the node node/<xmlattr>/attr, the node is created as node/@attr which allows a more XPath-style of query to be used (e.g. path.to.@attr). In either case the caller needs to know a little something about the source data (e.g. to search for <xmlattr>/attr or @attr) and I personally prefer the more XPath-like naming. Take it or leave it, its just an idea. Thanks for this nifty little library with its extensive docs! -- Caleb Epstein caleb dot epstein at gmail dot com