Structures_DataGrid_DataSource_XML

Structures_DataGrid_DataSource_XML -- XML data source driver

Description

This driver accepts the following options:

Options

This driver accepts the following options:

Table 55-1. Options for this driver

OptionTypeDescriptionDefault Value
fieldAttributestringWhich attribute of the XML source should be used as column field name (only used if the XML source has attributes).null
fieldsarrayWhich data fields to fetch from the datasource. An empty array means: all fields. Form: array(field1, field2, ...)array()
generate_columnsboolGenerate Structures_DataGrid_Column objects with labels. See the 'labels' option.false
labelAttributestringWhich attribute of the XML source should be used as column label (only used if 'generate_columns' is true and the XML source has attributes).null
labelsarrayData field to column label mapping. Only used when 'generate_columns' is true. Form: array(field => label, ...)array()
xpathstringXPath to a subset of the XML data.''