Talk:Parsing an XML file and getting info from it via XpathFrom WikiJavaComments on Parsing an XML file and getting info from it via Xpath <comments /> I Can't compile it
Code Update
--DonGiulio 11:34, 16 December 2008 (UTC) |
Talk:Parsing an XML file and getting info from it via XpathFrom WikiJavaComments on Parsing an XML file and getting info from it via Xpath <comments /> I Can't compile it
Code Update
--DonGiulio 11:34, 16 December 2008 (UTC) |
When i try to compile this code I get this error:
C:\Documents and Settings\...\Desktop>javac XMLReader.java XMLReader.java:20: warning: com.sun.org.apache.xpath.internal.NodeSet is Sun proprietary API and may be removed in a future release import com.sun.org.apache.xpath.internal.NodeSet; ^ XMLReader.java:54: warning: com.sun.org.apache.xpath.internal.NodeSet is Sun pro prietary API and may be removed in a future release NodeSet nodeSetResult = (NodeSet) expr.evaluate(doc, ^ XMLReader.java:54: warning: com.sun.org.apache.xpath.internal.NodeSet is Sun pro prietary API and may be removed in a future release NodeSet nodeSetResult = (NodeSet) expr.evaluate(doc, ^ 3 warningsWhat Could I Do ?
--78.13.58.249 09:54, 16 December 2008 (UTC)