| Author |
Groovy findAll for XML attribute values
|
Mark Lorenz
Greenhorn
Joined: Mar 14, 2010
Posts: 1
|
posted

0
|
I have an XML doc that includes tags like this:
These tags occur multiple times in the doc. I need to see if the statusCode code value is any of the nonEndStates as shown in my Groovy code snippet:
I know I'm finding all the proper tags, but the logic doesn't work. Can someone explain what I'm doing wrong? Thanks!
|
 |
 |
|
|
subject: Groovy findAll for XML attribute values
|
|
|