PDA

View Full Version : XML Downloads..?


QiSoftware
10-27-2005, 04:30 AM
I have been reading some of the XML posts in this forum. I develop readers that parse XML data but I use Java servlet technology and applets to display the information -- example here -- http://wiredpages.qisoftware.com/page3.html -- the careerjournal feed is an xml feed.

In reviewing XML DOM threads -- it appears that the xml file is already local to enable parsing of the file by the script [whether JavaScript or VB]. How is the xml file being retrieved from external servers? -- PHP?

Or am I misunderstanding the instructions discussed here --> http://www.w3schools.com/dom/dom_access.asp?

Q...