zenithwolf
09-07-2007, 08:39 PM
ok I want to use responseXML in ajax because I'm generating two tables in jsp and sending it to my js file. Now these are two simple tables like so:
<table>
some trs, some tds, few select boxes
</table>
<table>
some trs, some tds
</table>
thats all thats in the string that jsp response gives to AJAX, I would just like to know how to give these to AJAX in xml (wanna know if ill have to learn xml just for this?) so if anybody can post the conversion i'd be much obliged
<table>
some trs, some tds, few select boxes
</table>
<table>
some trs, some tds
</table>
thats all thats in the string that jsp response gives to AJAX, I would just like to know how to give these to AJAX in xml (wanna know if ill have to learn xml just for this?) so if anybody can post the conversion i'd be much obliged