You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Filipp Akinfiev <fa...@phix.de> on 2003/04/27 22:09:10 UTC

Newbie Question: Output Sorting

hi all,
is it possible in any way, to get sorted output from xindice, i mean
somthink like ORDER BY.
my problem is,that i have many items in db like
234321.xml
<a>
 <b value="1"/>
</a>

5435432.xml
<a>
 <b value="2"/>
</a>

123453.xml
<a>
 <b value="3"/>
</a>

etc.

and i want to get it sortered by /a/b/@value

i am work in java & use xml:db libs.

thanx