|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








