Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MatanArie

    Using xml file in JS

    Ok, just those 2 and then I'm gonna go read the tutorial Master Tsuji I promise! Thanks again for all your help!
  2. MatanArie

    Using xml file in JS

    Ok, two more questions, don't worry, the XML is the same... um... if I know the fruit's name is "Rocky Mountain Pear" how can I get it's parent ("Pear")? second, how can I get the names of all the fruits with the Color Green? I'm assuming i need to find the Color notations, remove all of the...
  3. MatanArie

    Using xml file in JS

    Nevermind! Got it. Thanks
  4. MatanArie

    Using xml file in JS

    Hey, Thanks for the quick reply. The Fruit XML keeps changing because I only use it as examples. The actual XML data I'm using is not edible ;) Your script works well, except it's output is: Apple,Pear,Crabapple and I need Southern Green Apple,Rocky Mountain Pear,Wild Crabapple Thanks
  5. MatanArie

    Using xml file in JS

    Hello Again! More issues with XML for your kind consideration. my XML structure looks like this: <food> <Apple> <name>Southern Green Apple</name> <color>Green</color> <taste>Good</taste> <price>50</price> </Apple> <Pear> <name>Rocky Mountain...
  6. MatanArie

    Using xml file in JS

    Hey Tsuji, I just noticed that my thank you wasn't posted. Well here it is: Thank you!
  7. MatanArie

    Using xml file in JS

    Hey Tsuji! The code's working great. I've got it planted in my actual docs and it's working fine. I was wondering if there was a straight forward way to add a variable into the xml data call. Something like: var varZZZ = fruit; document.getElementById("Fruit_adjective").innerHTML =...
  8. MatanArie

    Using xml file in JS

    Hi Again Tsuji, I hope I can steal a bit more of your time. I need just one more bit of help at the moment. I'm trying to use the xml data to fill out the innerHTML of divs in my document. I've tried all kinds of ways that have worked for me when I was using xml from inside my html doc. But it...
  9. MatanArie

    Using xml file in JS

    Wow! It Works! Yay! Thanks so much! Kudos and so on and so forth! Matan
  10. MatanArie

    Using xml file in JS

    Hi Tsuji! Thanks so much for your help. I never expected to get a reply so soon. Unfortunately I'm still getting the same results as before (a blank page). Please, if you can, help me out. Thanks! Here's what I have now: @@@@@@@@@@@ a_page.html @@@@@@@@@@ <html> <head> <meta...
  11. MatanArie

    Using xml file in JS

    Hi Everyone! I've been searching everywhere for a solution to my problem. It doesn't seem to be too complicated, but I just can't find it. I have the following code: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ <html> <head> <meta http-equiv="Content-Type" content="text/html...

Part and Inventory Search

Back
Top