docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.4Web Developer ManualText Tags
Copyright © 2006, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<ai>
<autoformat>
<case>
<charset>
<comment>
<?comment ?>
<default>
<doc>
<foldlist>
<obox>
<random>
<recode>
<replace>
<smallcaps>
<sort>
<strlen>
<tablify>
<trimlines>
<wash-html>

<sort></sort>

Provided by module: Tags: RXML 2 tags

Sorts the contents.


<sort>Understand!
I
Wee!
Ah,</sort>
Ah, I Understand! Wee!

Attributes

separator="string"

Defines what the strings to be sorted are separated with. The sorted string will be separated by the string.


<sort separator='#'>way?#perhaps#this</sort>
perhaps#this#way?

reverse

Reversed order sort.


<sort reverse=''>backwards?
or
:-)
maybe</sort>
or maybe backwards? :-)