RE: XSLT eval()

Subject: RE: XSLT eval()
From: John Lam <jlam@xxxxxxxxxxxx>
Date: Mon, 21 Feb 2000 08:00:48 -0500
> <xsl:sort select="*[name()=$COLUMN]"/>

Thanks for passing this one along. It's been bugging me for a *long* time!

> The Saxon syntax is
>
> <xsl:param name="COLUMN" select="'name'"/>
> ...
> <xsl:for-each select="item">
>   <xsl:sort select="saxon:evaluate( $COLUMN )"/>

Awesome! I think that I'm going to have to switch over to SAXON.

Do you know if any of the other XSLT processor writing folks (Boag, Clark)
are considering adding something like evaluate() to their processors?

Thanks
-John


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


Current Thread
  • XSLT eval()
    • John Lam - Sun, 20 Feb 2000 17:19:21 -0500
      • James - Sat, 20 Feb 1999 17:13:36 -0700
      • <Possible follow-ups>
      • Kay Michael - Mon, 21 Feb 2000 09:53:02 -0000
      • John Lam - Mon, 21 Feb 2000 08:00:48 -0500 <=