Click here to Skip to main content
15,880,543 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I do not want to do this using PHP or asp.net or any .net tools. So what is the best alternative using Javascript by itself?
An example would be a form of sorts write the form data to an XML file and use that XML file to populate a table on another web page.
Posted
Updated 24-Jul-15 5:18am
v3

For example, you can use jQuery (JavaScrip library) to parse XML: https://api.jquery.com/jQuery.parseXML[^].

—SA
 
Share this answer
 
Advice: XSLT is there just for that.
If you want to learn the language.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900