2009/12/1 Michel Belleville <michel.bellevi...@gmail.com>:
> I'm not sure you can even do that with jQuery the way you'd like to do it.
>
> Is it so important to use xml for medium ?
>
> Michel Belleville
>
>
> 2009/12/1 karthick <mskarth...@gmail.com>
>>
>> Hi Michel,
>>
>>          Thank you very much for pointing that, now its clear why it
>> wasn't updating. But can you give me some idea on how I can achieve
>> this functionality. I just want to manipulate the xml at client side
>> using jquery and finally send it back to the server as string. I was
>> trying with append() and replaceWith() function in vain!! :(
>> I would like to do it with Jquery because i need some browser
>> compatibility. Is this really possible with jquery?
>>

If you have a reference to an XML DOM, you can send that using the
XMLHttpRequest object's send() method [1], [2]. I don't know if jQuery
supports having a DOM passed to its Ajax methods though.

Regards,

Nick.

[1] <https://developer.mozilla.org/en/XMLHttpRequest#send()>
[2] <http://msdn.microsoft.com/en-us/library/ms763706(VS.85).aspx>
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/

Reply via email to