:: Home >>

XML

Sets or retrieves the underlying XML document.

Syntax

var value = obj.getXML(); 
obj.setXML(value);        

Examples

var table = new AW.XML.Table;
table.setURL("data.xml");
table.setAsync(false);
table.request();
var xml = table.getXML(); // get ref to XML document object

Remarks

setXML() method accepts either XMLDocument object or XML string.

See also

data property, node property

Comments

19 Oct 06
getXML method Curt (4)

Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.5
2.5.5
2.5.0 - 2.5.4
2.5.4
2.5.0 - 2.5.3
2.5.3
2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1