Hi,
I am really new to web development, esp with JSP. I have the following case:
1. I have an XML file in my web-server name Juliet located in /pub/dca/bogus
2. I need to retrieve that XML file using URL in my JSP and return it as raw XML that will be sent back to clients
Could anybody tell me how to get the file using URL connector?Do I have to use DOM or SAX parser to do this raw XML preparation?
Thanks buddy