http://www.dpawson.co.uk/xsl/sect2/N6461.html#d8510e950
--
Cheers,
Dimitre Novatchev
---------------------------------------
A writer is a person for whom writing is more difficult than it is for
other people.
On 3/9/06, Alexander Johannesen
<alexander(_dot_)johannesen(_at_)gmail(_dot_)com> wrote:
Hi,
In XSLT 1.0 the xsl:sort attribute 'select' states it's an expression
which includes variable bindings, so I assumed that ;
<xsl:variable name="title" select="'title'" />
<xsl:sort select="$title" />
would be equal to ;
<xsl:sort select="title" />
given that the xsl:sort select attribute is converted to a string and
then used for evaluation. Yet my experiments don't work (first doesn't
work, second does), so what essential fact am I missing?
Regards,
Alex
--
"Ultimately, all things are known because you want to believe you know."
- Frank Herbert
__ http://shelter.nu/ __________________________________________________
--~------------------------------------------------------------------
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>
--~--
--~------------------------------------------------------------------
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>
--~--