|
|
Device
The device.xml is the XML database with information of all current
devices. This file will be updated periodically as more devices and/or
their characteristics are known.
|
devices
|
The devices element is the root element for this file.
|
| Attributes: |
(none) |
|
| Sub-Elements: |
device |
The device.
|
|
device
|
The device element.
|
| Attributes: |
id |
Device id |
| Sub-Elements: |
name |
Device name |
| |
imgext |
image extensions |
| |
groups |
group membership |
| |
capabilities |
device caps |
| |
xsl |
stylesheet mapping |
|
name
|
The device's name
|
| Attributes: |
(none) |
|
| Sub-Elements: |
(none) |
|
|
imgext
|
The comma delimited list of image file extensions, in the order of preference
|
| Attributes: |
(none) |
|
| Sub-Elements: |
(none) |
|
|
groups
|
List of groups
|
| Attributes: |
(none) |
|
| Sub-Elements: |
group |
|
|
group
|
a group
|
| Attributes: |
id |
group id |
| Sub-Elements: |
(none) |
|
|
capabilities
|
List of capabilities
|
| Attributes: |
(none) |
|
| Sub-Elements: |
capability |
|
|
capability
|
A capability
|
| Attributes: |
name |
name |
| |
value |
value |
| Sub-Elements: |
(none) |
|
|
xsl
|
stylesheet information
|
| Attributes: |
mime |
mime type of response |
| |
name |
file name of the stylesheet |
| Sub-Elements: |
(none) |
|
|