I've got a dynamic table generated server side with cells containing some HTML markup, input fields, as well as plain text. I also have a slider widget which allows the user to add a percent to the numbers in the cells. The slider makes an ajax call which returns a valid XML file containing one node for each cell (td) in the table. All this is working fine.I've got a dynamic table generated server side