[thelist] [SOLVED] Java, JSP & XML

Jacques Capesius jacques_capesius at cnt.com
Mon Mar 10 11:28:01 CST 2003


Never mind, all.

I was able to pull the field value by replacing the line:

out.println(cl.item(0).getNodeValue() + "<br>")

with

out.println(cl.item(0).getFirstChild().getNodeValue() + "<br>");

thanks :)

-jacques :)



More information about the thelist mailing list