Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:retrieving_data [2011/03/01 19:38]
mortense Distinguishing concepts/standards (JSON and XML) and the identifiers (json and xml).
wiki:retrieving_data [2011/12/12 13:18]
tony
Line 448: Line 448:
  
 ==== XML Notes and Limitations ==== ==== XML Notes and Limitations ====
-  * Attributes in any XML tag can not be used to obtain the data. The only exception is the id+  * <del>Attributes in any XML tag can not be used to obtain the data. The only exception is the id</​del>​
   * When the option repeatitems in xmlReader is set to true the number of columns defined in ColModel should be equal of the number of cells  in the row element   * When the option repeatitems in xmlReader is set to true the number of columns defined in ColModel should be equal of the number of cells  in the row element
   * When the option repeatitems in xmlReader is set to true the id of the row can be set using the [[:​wiki:​colmodel_options |key option ]] in colModel   * When the option repeatitems in xmlReader is set to true the id of the row can be set using the [[:​wiki:​colmodel_options |key option ]] in colModel
Line 654: Line 654:
   "​totalrecords"​ : "​zzz",​   "​totalrecords"​ : "​zzz",​
   "​invdata"​ : [   "​invdata"​ : [
-    ​{"​1","​cell11",​ "​cell12",​ "​cell13"​}+    ​["​1",​ "​cell11",​ "​cell12",​ "​cell13"​]
-    ​{"​2"​,,"​cell21",​ "​cell22",​ "​cell23"​},+    ​["​2",​ "​cell21",​ "​cell22",​ "​cell23"​],
       ...       ...
   ]   ]

QR Code
QR Code wiki:retrieving_data (generated for current page)