Re: [xsl] Re: [xsl] fn:contains in sequence – P2 | XSLT 2.0

Subject: Re: [xsl] Re: [xsl] fn:contains in sequence – P2 | XSLT 2.0
From: "Fiona Chen anonymousjuly1@xxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Jun 2021 17:10:34 -0000
 Superb is as Superb does !!!

    On Thursday, June 24, 2021, 12:31:21 p.m. EDT, Martin Honnen
martin.honnen@xxxxxx <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
I think you want to put your variable's selection directly as the second
argument expression in the contains call or rather just test if there is no
label descendant having a class child where the val attribute is positive e.g.
B  <xsl:copy-of select="classification[not(.//label[class[xs:decimal(@val) gt
0.00]])]"/>

Current Thread