:: Forum >>

table.getXML().xml problem with mozilla

Hi,

When I am trying to get xml string using table.getXML().xml property is working fine with IE but in Mozilla I am getting "undefined" message. Pls guide me if anybody gone through this.

Thanks in advance.
James
James
Thursday, April 20, 2006
James,

getXML() method returns DOMDocument object and .xml is IE-specific property. To serialize the xml document in Mozilla you have to use XMLSerializer object -

http://developer.mozilla.org/en/docs/XMLSerializer
Alex (ActiveWidgets)
Friday, April 21, 2006
Thank you very much Alex. It works.
James
Friday, April 21, 2006

This topic is archived.


Back to support forum

Forum search