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]

RE: XSLT eval()


> <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

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