
28 Apr
2006
28 Apr
'06
12:54 p.m.
Yes, this is what I was looking for. What I think is missing is a method to construct the full query path, so that you don't have to code for "item" and "title" , something like pt.get_match("rss.channel.item.title") .
This starts to look like XPath/XSLT and will quickly get really, really complicated. I don't think the world needs another standard competing with W3C ones. The power of ptree is that you can write such queries in C++, and it takes just 3 lines of code to do it! Best regards, Marcin