Parse XML to Notes via Body field error

I have a “XML parsing to Notes” agent in Java that gives me a error msg. I cannot figure out why as I’m new to Java. Why do I get the error ‘)’ expected on line:

for (int i = 0; i<objects.size() ; i++){

Is it a syntax error?

Thanks!

The complete code that I’m using can be found on: http://www.jpgtutorials.com/parsing-xml-in-lotus-notes-using-java

Subject: Problem solved

Changed i< to <