Forum Discussion
CRW123456
14 years agoNew Contributor
I finally got a chance to return to this today. It ends up that I was pretty close to a working solution but I was counting on various methods in XmlHolder to determine success. But, I've now found that the methods values(), size(), keySet(), isEmpty(), entrySet() & clear() do not have meaningful implementations. So, I got things to work by ignoring these methods and just going after the data using getNodeValue(), etc.