[jQuery] Re: How to update the content of an XML node with JQuery

2009-12-01 Thread karthick
I don't have any reason for choosing XML, I thought XML can be manipulated easily with JQuery and the data i am having is well structured one. let me know if you have some other way of doing this? Karthick On Dec 2, 1:08 am, Michel Belleville wrote: > I'm not sure you can even do that with jQu

Re: [jQuery] Re: How to update the content of an XML node with JQuery

2009-12-01 Thread Nick Fitzsimons
2009/12/1 Michel Belleville : > 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 >> >> Hi Michel, >> >>          Thank you very much for pointing that, now its clear why it >> wa

Re: [jQuery] Re: How to update the content of an XML node with JQuery

2009-12-01 Thread Michel Belleville
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 > 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

[jQuery] Re: How to update the content of an XML node with JQuery

2009-12-01 Thread karthick
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