[xsl] set union? xslt 2.0

Subject: [xsl] set union? xslt 2.0
From: Dave Pawson <davep@xxxxxxxxxxxxx>
Date: Thu, 8 Apr 2010 10:15:11 +0100
Stylesheet parameter of the form "term1|term2|data" I.e. one or more
sought 'terms' So could be just 'term1'

xml source of the form

<skillarea targets="data|general">

I.e. for grouped elements, the terms may or may not overlap with
the targets.

Problem:
   How to select and apply templates to the skillarea elements which
   have at least one
 item in common with the terms?
Either in an apply-templates select attribute or perhaps
better in a 'template match=""' attribute.




E.g. the terms and targets overlap here with the item 'data' and
hence are wanted in the output.

TIA





regards 

-- 
Dave Pawson
XSLT XSL-FO  docbook FAQ.
http://www.dpawson.co.uk


-- 

regards 

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

Current Thread