ControlTier Inc. > CTL
 
Font size:      

select

Description

The select type specifies how the SortBy tag should sort the matched input.

select

AttributeDescriptionRequired
byspecifies weather to sort by property name or by property valueYes. defaults to name
orderspecifies sort order. Can be ascending or descending. Yes. defaults to ascending
namespecifies 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>