IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
    <ai>ai<ai>ai
    <autoformat>autoformat<autoformat>autoformat
    <case>case<case>case
    <comment>comment<comment>comment
    <doc>doc<doc>doc
    <fl>fl<fl>fl
    <obox>obox<obox>obox
    <smallcaps>smallcaps<smallcaps>smallcaps
    <sort>sort<sort>sort
    <source>source<source>source
    <spell>spell<spell>spell
    <tablify>tablify<tablify>tablify
    <trimlines>trimlines<trimlines>trimlines
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<sort> </> Main RXML parser

 

Sorts the contents divided by newline or the specified separator.

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

 

Attributes

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


1
Hello
3
World
Are
2
You
Listening


"=> >

1 Hello 3 World Are 2 You Listening

 

Example



1
Hello
3
World
Are
2
You
Listening


"=> >

1 Hello 3 World Are 2 You Listening