I am building an XML file that I wish to open with Excel. This file will have all kinds of formatting built into it so that the user simply opens the file and they are ready to go. I am building a...
I am new to JavaScript vs. XML so the following might be newbie questions.
I have a simple XML file that I want to be read into a web page and parsed out into a table. The xml file looks like:
I have a multi-line form, each line having 2 inputs (qty and date). These inputs are simply named/id'ed as qty1, date1, qty2, date2, etc. Initially, these inputs are all empty, the dates are...