Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
    <ai>
    <autoformat>
    <case>
    <comment>
    <doc>
    <fl>
    <obox>
    <smallcaps>
    <sort>
    <source>
    <spell>
    <tablify>
    <trimlines>
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<sort> </> Main RXML parser

 

Sorts the contents divided by newline or the specified separator.

 

Attributes

separator
The separator used to separate the elements that are to be sorted.

 

Example


<sort>
1
Hello
3
World
Are
2
You
Listening
</sort>

1 2 3 Are Hello Listening World You