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]

using a parameter as filterexpression element


hmm, tricky this, I have an variable like this

     <xsl:variable name="selection_all" select="//header[Sender =
$current_user]"/>

and want to make it so that instead of the Sender element in the filter it
takes a the element to filter against as an parameter, like


     <xsl:variable name="selection_all" select="//header[$TheElement =
$current_user]"/>

doesnt work of course, and I'd guess this doesn't work either:

     <xsl:variable name="selection_all" select="//header[[local-name() =
$TheElement] = $current_user]"/>

so, is it possible to pass both the element and the element value in a
filter?

Best Regards
---
Mattias Konradsson


 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]