Using Grid Publisher » Uploading Grid Data in XML Format
Uploading Grid Data in XML FormatGrid Publisher accepts XML files that comply with the simplified XML schema definition shown in this section. Some tag attributes exist only for backwards compatibility with older grid implementations. XML declaration The XML declaration must be as shown: <?xml version="1.0" encoding="UTF-8"?> <SP> Tag Provide one <SP> tag that contains one or more <ROW> tags. <SP app-type="publish-grid" row-count="6" column-count="4" key-list="KEY"> <ROW></ROW> </SP>
<ROW> Tag Provide a <ROW> tag for each key value (row of data) in the grid. Each <ROW> tag contains two or more <column-name> tags, one of which is the key column. <ROW rownum="1" KEY-1="001" KEY-1-COLUMN="KEY"> <column-name></column-name> </ROW>
<column-name> Tag Within each <ROW> tag, provide a <column-name> tag for each column in the grid. <column-name>value</column-name>
Example This example uses the same data as the example in Uploading Grid Data in Text Format. |
||||||||||||||||||||||||||||
Top of Page | ©2009 e-Dialog. All rights reserved. |