Outstanding work, Adam. Problem now sorted.
Now onto the binding problem... Thanks to all that helped. Ben. -----Original Message----- From: Adam Walsh [mailto:[EMAIL PROTECTED] Sent: 19 July 2004 03:00 To: [EMAIL PROTECTED] Subject: Re: Request Parameters in XSLT (Cocoon 2.1.5) Hi Ben, yep the sort tag is wrong, because $sort is a string rather than a nodeset. You'll need to make your sort tag something like: <xsl:sort select="*[name(.) = $sort]"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
