This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

value of xsl:param in xsl:sort


Hi !

========================
<xsl:param name="sortByElement">AuthorList/Author/Name</xsl:param>
<xsl:sort select="$sortByElement" order="ascending"></xsl:sort>
========================

The above code does not seem to be replacing the $sortByElement for the
parameter.

But, if I replace "$sortByElement" with "AuthorList/Author/Name", everything
works out just fine.

Can someone please suggest what mistake I am making ?



TIA,

Kunal


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]