cmckenna82
Technical User
Hi,
I need to create the following application/tool,
I have to merge XML files (using DOM scripting and JavaScript). I will have approx 5-8 files (representing scientific abstracts) and will have to be able to merge any of the files with each other. I will have a basic interface (HTML page), this will allow the user to select one XML file from a drop down, select a different file from another drop down then click a merge button and the result will be outputted below.
In a nut shell I am really lost and don't know where to start. I have been doing a lot of research although i am finding it hard to start any kind of coding. All I can find on the net is examples using XSLT to merge XML files??
I do have some experience using DOM but simply to output certain parts of an xml file into a html table.
A worked example (including code) of merging two xml files using DOM, (doesn't matter how basic) would be very very helpful. Any advice or feedback would be greatly appreciated also as i am running out of time.
In summary if anyone can offer any type of guidance or advice I will be extremely greatly.
Regards
Ciaran
ps please feel free to email me with any suggestions/examples/advice or questions
I need to create the following application/tool,
I have to merge XML files (using DOM scripting and JavaScript). I will have approx 5-8 files (representing scientific abstracts) and will have to be able to merge any of the files with each other. I will have a basic interface (HTML page), this will allow the user to select one XML file from a drop down, select a different file from another drop down then click a merge button and the result will be outputted below.
In a nut shell I am really lost and don't know where to start. I have been doing a lot of research although i am finding it hard to start any kind of coding. All I can find on the net is examples using XSLT to merge XML files??
I do have some experience using DOM but simply to output certain parts of an xml file into a html table.
A worked example (including code) of merging two xml files using DOM, (doesn't matter how basic) would be very very helpful. Any advice or feedback would be greatly appreciated also as i am running out of time.
In summary if anyone can offer any type of guidance or advice I will be extremely greatly.
Regards
Ciaran
ps please feel free to email me with any suggestions/examples/advice or questions