for (int i = 0; i < titleXMLElements.length; i++) {
String title = titleXMLElements[i].getContent();
println(i + ": " + title);
}
Hey everyone, I'm pretty new at this and I'm having the hardest time figuring this out. The above gives me back an Unhandled exception type IOException and I'm not sure why. Any help would be much appreciated! Thanks!