[xsl] problem with intersect in match pattern

Subject: [xsl] problem with intersect in match pattern
From: "Szabo, Patrick (LNG-VIE) patrick.szabo@xxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 6 Jun 2014 10:38:24 -0000
Hi,

I have the following variable

<xsl:variable name="var1">
        <xsl:copy-of select="//desiredelement"/>
</xsl:variable>

Afterwards I'd like to match any element that matches the xpath
"//desiredelement" i.e. is in var1.

<xsl:template match="*[. intersect $var1]">
...
</xsl:template>

...which doesn't work at all. I'm sure that my elements are in var1 though.

Any help would be much appreciated.


. . . . . . . . . . . . . . . . . . . . . . . . . .
Ing. Patrick Szabo
Developer
LexisNexis
A-1030 Wien, Marxergasse 25

mailto:Patrick.Szabo@xxxxxxxxxxxxx
Tel.: +43 1 53452 1514
Fax.: +43 1 534 52 146

. . . . . . . . . . . . . . . . . . . . . . . . . .

Current Thread