hello folks,
i have been running into trouble when tring to load a group of text documents based on an xml file.
i can read the xml with JS just fine and print out a list of titles that have the link attached to them. click the link goes to the page and the .txt is displayed.
now what im trying to add is functionality that would let me get just the links and pull all the links on to the page
sum_doc1.txt
sum_doc2.txt
sum_doc3.txt
i would use php but the server for this site is only running php4 and i can’t get the xml to parse correctly with the DOM method.
can anyone tell me how to load a .txt with JS and after the load spit it out on to the page?
would be super happy if anyone could throw me some ideas!:mu: