Xml Help

admin

Administrator
Staff member
This is what the imported XML file will look like:
<?xml version="1.0" encoding="UTF-8"?>
<App">
<PROP object="D11" key="1" year="2004" factor=".02" > </PROP>
<PROP object="D12" key="1" year="2005" factor=".05" > </PROP>
</APP>



Name Key 2004 2005
D11 | 1 | | |
D12 | 1 | | |

If I enter a value into D12 in year 2005 I want whatever the user entered to be multiplied by the factor of .05

Can anyone help me out with the javascript. I have some, but it only gets the highest level (parent) I need it to be more specific.

Thanks
 
Back
Top