Hi
i am new to use java. on compling my java file in tomcat server i get
cannot resolve symbol
symbol : method getAttribute (java.lang.String)
location: interface org.w3c.dom.Node
out.println(photoElements.item(iElement).getAttribute("id"));
and the line he is referring to is
for(int iElement = 1; iElement < 10; iElement++)
{
out.println(photoElements.item(iElement).getAttribute("id"));
i am not able to solve this error, kindly help.