I have the following XML tag:
<Entities TotalResults="1">
I am interested in capturing that TotalResults value, however I am unsure how to go about this. First off, I simply don't know what that is called in the tag.
I'm hoping this can be captured with Xpath and specifically implicated in a python script I'm making; if it can be done with Element Tree, so much the better. This script captures XML data from a REST API call, this TotalResults value is the number of child elements in this Entities tag.
Any insight would be appreciated.
This post has been edited by Wuzseen: 17 January 2012 - 11:38 AM

New Topic/Question
Reply



MultiQuote




|