xsl-list
[Top] [All Lists]

xsl:sort

2005-08-28 23:39:04
Hi All

i m using
<xsl:sort order="descending" data-type="text" select="get-users-UserName"/>

the question is that can i send order,data-type and select attributes in xml
and use them accordingly ?? like

<xsl:sort order="{//sort-Order}" data-type="{//sort-DataType}"
select="{//sort-Field}"/>

where nodes values would be.
sort-Order == descending
sort-DataType == text
sort-Field == get-users-UserName


qAZI aSIM.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>