DSRequest:
data sortBy startRow endRow oldValues
DSResponse:
status data startRow endRow totalRows error
isc.DataSourse.create({ ID: "sourseDS", dataFormat: "xml" dataURL: "data/xxx.xml" recordXPath: "//item" fields: [ {name: "title", valueXPath: "", type: "text"}, {name: "link"}, ] });
原文:http://www.cnblogs.com/hihao/p/7897026.html