You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by rc...@clearstream.com on 2000/10/09 15:10:19 UTC

using the sorting parameters!!!

Hello, I'm new to this list so the question I'm about to ask might be
stupid, I hope not:

I have got a HTML-form where I can input my filtering and sorting criteria.
I can use the filter criteria with Xalan by giving the parameters to the
processor-object.  But how can I use the sorting parameter(s) to decide on
what 'field' I want to sort?  I know how to do it in Saxon:

<xsl:sort select="saxon:evaluate ($sortParam1)"
xmlns:saxon="http://icl.com/saxon"/>

How can I do this in Xalan??


I hope someone can help me,
Robbie