Using XMLElement I would like to find the number of times that "zombie" appears in the <state> tag (see example code below).
I can use .getChildCount() to find how many children there are overall, so it seems like there'd be some way to add a simple selector so that it only pulled the children I specify. I've played around with the other .get operators and I haven't gotten any results. Thoughts?