Dear All,
I am trying to get the results from an xpath excpression but the problem is i do not know how to get it in a nodeset , nodelist or even a normal list
the only thing that is working is a
String , so i get only one output
String projectStatements = (String) xpath.evaluate(stmtExpr, inputSource,
XPathConstants.STRING );
when i try writing NodeSet/Nodelist instead of String i get an error ,,what shall i do??
I need to loop on all results of the xpath to print them.
Thanks
Maha Aburahma
[ July 17, 2006: Message edited by: Maha Hassan ]
[ July 17, 2006: Message edited by: Maha Hassan ]