I'm trying to parse out google reader XML with xpath. I have a few questions. The results the google reader XML are not nested, so they are returned : 1) I'm not sure what exactly you mean by this ...
This will select all "another_element" elements with "attribute" greater than 5. What I was wondering was if you want to specifiy something like "attribute" > 5 and "attribute" less than 10. Is this ...