[jQuery] Re: remove() and empy() not work for xml

2009-09-08 Thread g...@iec
thanks for your suggestion On Sep 8, 7:37 am, RobG robg...@gmail.com wrote: On Sep 7, 3:42 pm, g...@iec abhi.pur...@gmail.com wrote: Hi.can anybody  help me out to come out of this You many need to use getElementsByTagNameNS('*',tagName). To remove nodes try:  

[jQuery] Re: remove() and empy() not work for xml

2009-09-07 Thread RobG
On Sep 7, 3:42 pm, g...@iec abhi.pur...@gmail.com wrote: Hi.can anybody  help me out to come out of this You many need to use getElementsByTagNameNS('*',tagName). To remove nodes try: this.parentNode.removeChild(this); -- Rob

[jQuery] Re: remove() and empy() not work for xml

2009-09-06 Thread g...@iec
Hi.can anybody help me out to come out of this On Sep 5, 7:50 pm, g...@iec abhi.pur...@gmail.com wrote: Hi All, I got stuck in a situation. I have to remove a node from XML using jquery but remove() and empty() is not working. var xmlData = {xml document};