<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Sort Example</title><link>https://sourceforge.net/p/compresedrowset/wiki/Sort%2520Example/</link><description>Recent changes to Sort Example</description><atom:link href="https://sourceforge.net/p/compresedrowset/wiki/Sort%20Example/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 05 Aug 2011 12:51:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/compresedrowset/wiki/Sort%20Example/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Sort Example modified by lenysoft</title><link>https://sourceforge.net/p/compresedrowset/wiki/Sort%2520Example/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,26 +1,28 @@
 Sort Example
 ------------
 
+~~~~~~
     ....
 
     List sortList = new ArrayList(); //Sort fields list
 
     //1st Sort clause
     SortUnit s = new SortUnit("field1", SortUnit.DESC);
 
     //2nd sort clause
     SortUnit s1 = new SortUnit(field2", SortUnit.DESC);
 
     //3rd sort clause
     SortUnit s2 = new SortUnit("field3", SortUnit.DESC);
 
     //Populate sort list
     sortList.add(s);
     sortList.add(s1);
     sortList.add(s2);
 
     //Sort data
     rsSort.beforeFirst();
     rsSort.sort(sortList);
 
     ...
+~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Fri, 05 Aug 2011 12:51:57 -0000</pubDate><guid>https://sourceforge.netf39e35cc081c295881e788b423f52d38c06acabf</guid></item><item><title>WikiPage Sort Example modified by lenysoft</title><link>https://sourceforge.net/p/compresedrowset/wiki/Sort%2520Example/</link><description>Sort Example
------------

    ....

    List sortList = new ArrayList(); //Sort fields list

    //1st Sort clause
    SortUnit s = new SortUnit("field1", SortUnit.DESC);

    //2nd sort clause
    SortUnit s1 = new SortUnit(field2", SortUnit.DESC);

    //3rd sort clause
    SortUnit s2 = new SortUnit("field3", SortUnit.DESC);

    //Populate sort list
    sortList.add(s);
    sortList.add(s1);
    sortList.add(s2);

    //Sort data
    rsSort.beforeFirst();
    rsSort.sort(sortList);

    ...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lenysoft</dc:creator><pubDate>Fri, 05 Aug 2011 12:19:02 -0000</pubDate><guid>https://sourceforge.net3af6985f98ff7aff00684e432e473df7b795f336</guid></item></channel></rss>