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]
Other format: [Raw text]

logical and in selection expression possible?




Hello,
I was wondering is it possible to do the following:


<xsl:apply-templates select="key('key', rulekey1') and key('key', 'rulekey2') "/>

where rulekey1 is a <rule> node and rulekey2 is a <rule2> node,

and have the template match on the following:
<xsl:template match="rule and rule2">
do stuff
</xsl:template>


I hope this is clear. Is is possible?

Thanks,
Alex


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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]