Getting fetching reading retrieving xml node value/data using jquery asp.net
Introduction: In this article,i am going to explain about how to retrieving the xml node value/data using jquery. Main: Here i am going to use one xml file named Employees.xml, <?xml version="1.0" encoding="utf-8" ?> <Employees> <Employee> <EmpId>101</EmpId> <name> <firstname>Ann</first-name> <lastname>Jerold</last-name> </name> <address> <street> 22/10 peter avenue </street> <city> Dallas </city> <state> NJ </state> </address> </Employee> [...]