getting error with Jaxp1.1 .
i already check the classpath , but still get the following error :
org.apache.jasper.JasperException: Unable to compile class for JSPC:\jsp\tomcat\work\localhost_8080%2Fexamples\_0002fjsp_0002fxml_0002fmessage_0002ejspmessage_jsp_0.java:81: Attempt to reference method getFirstChild in interface org.w3c.dom.Node as an instance variable.
String message = my_node.getFirstChild.getNodeValue() ;
Pls help.

