[xsl] logical and in selection expression possible?

Subject: [xsl] logical and in selection expression possible?
From: "Alex Reuter" <xslalex@xxxxxxxxxxx>
Date: Thu, 18 Jul 2002 15:57:39 +0000


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



Current Thread