xsl-list
[Top] [All Lists]

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

2021-06-24 12:10:40
 Superb is as Superb does !!!

    On Thursday, June 24, 2021, 12:31:21 p.m. EDT, Martin Honnen 
martin(_dot_)honnen(_at_)gmx(_dot_)de 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> 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. 
  <xsl:copy-of select="classification[not(.//label[class[xs:decimal(@val) gt 
0.00]])]"/>

  
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>