Can anybody show me how to use a URL that uses GET and retrieves an xml document? I would like to use javascript to display the xml contents on my site but am clueless as to how its done. Thanks in advance!
read this article http://www.quirksmode.org/dom/importxml.html Why JS and not PHP, perl, ror? Hope this will help you.
You can do it with AJAX and DHTML. Search that terms on your favorite Search Engine to learn about those technologies.