can I code a Applet who can read a XML.My XML file is on a servlet.I try to read the XML file from the applet
You can submit an HTTP post/get to query your servlet to get your xmlfile content.Search java.net.URLConnection and java.net.HttpURLConnection forsample codes.