3.2.0

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
April 20,
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)
April 21,
Thank you very much Alex. It works.
James
April 21,

This topic is archived.

See also:


Back to support forum