Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. JavaScript
  4. Looking for tutorial or code to learn from, display only certain XML records

Looking for tutorial or code to learn from, display only certain XML records

Scheduled Pinned Locked Moved JavaScript
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bulrush400
    wrote on last edited by
    #1

    I'd like to find a tutorial or code to learn how to do this: on a web page user enters text to search, then checks checkbox to indicate which fields to search. * Testing should work in Firefox without installing anything else on my PC. Someone told me AJAX has some problems which disappear if run on a server, and I don't have access to a server with AJAX. * I don't know if jquery would help me here or not. I know nothing about it. * Find tutorials about filtering with XML, but not where they get user input from a form. Screenshot of idea is here[^] XML file is here:

    	Bill
    	Smith
    	University of Foo
    	Microbiology
    
    Sandy
    	Green
    	University of Foo
    	Microbiology
    
    Peter
    	Billowsails
    	United Nations
    	FAO
    
    
    How nematodes affect corn crops
    
    These are usually several paragraphs long. 
    
    
      corn
      nematodes
      IARC
    
    2016-02-03
    Interesting study.
    

    I enclosed all the XML in pre and /pre tags and it still doesn't show. What am I doing wrong here?

    J 1 Reply Last reply
    0
    • B bulrush400

      I'd like to find a tutorial or code to learn how to do this: on a web page user enters text to search, then checks checkbox to indicate which fields to search. * Testing should work in Firefox without installing anything else on my PC. Someone told me AJAX has some problems which disappear if run on a server, and I don't have access to a server with AJAX. * I don't know if jquery would help me here or not. I know nothing about it. * Find tutorials about filtering with XML, but not where they get user input from a form. Screenshot of idea is here[^] XML file is here:

      	Bill
      	Smith
      	University of Foo
      	Microbiology
      
      Sandy
      	Green
      	University of Foo
      	Microbiology
      
      Peter
      	Billowsails
      	United Nations
      	FAO
      
      
      How nematodes affect corn crops
      
      These are usually several paragraphs long. 
      
      
        corn
        nematodes
        IARC
      
      2016-02-03
      Interesting study.
      

      I enclosed all the XML in pre and /pre tags and it still doesn't show. What am I doing wrong here?

      J Offline
      J Offline
      John C Rayan
      wrote on last edited by
      #2

      What architecture are you planning to use? MVC ?

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups