Font size:
select
Description
The select type specifies how the SortBy tag should sort the matched input.
select
| Attribute | Description | Required |
|---|---|---|
| by | specifies weather to sort by property name or by property value | Yes. defaults to name |
| order | specifies sort order. Can be ascending or descending. | Yes. defaults to ascending |
| name | specifies the matchgroup name. | Yes if by=name |
Parameters specified as nested elements
...
Examples
...
<propertiesquery
select="dType,dObject"
from="deployment\.([^\.]*)\.(.*)\.runlevel">
<sortby>
<select by="value" order="ascending"/>
</sortby>
</propertiesquery>



