[xsl] Case-insensitive filter match for template wanted

Subject: [xsl] Case-insensitive filter match for template wanted
From: "Kerry, Richard richard.kerry@xxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 28 Mar 2017 09:35:20 -0000
I have a template for which I need it to do a case-insensitive match on a
value in an attribute.

When my template's filter was case-sensitive it worked happily.
Ie.
<x:template match="section[ parameter/@name='Rule' ][ parameter/value/@entry =
'INPUT' ]" mode="processes" >

Each 'section' has multiple child 'parameter' elements, each containing
multiple 'value' elements.
It turns out that the @entry attributes have variable case.
So I tried:
<x:template match="section[ parameter/@name='Rule' ][ upper-case(
parameter/value/@entry ) = 'INPUT' ]" mode="processes" >

But that gives me (using Saxon HE9.7.0.5):
bA sequence of more than one item is not allowed as the first argument of
upper-case() ("INPUT", .....b

Ok, I can see that is telling me I'm expecting too much from the system and it
can't do the template match with the upper-case function applying to all the
possible parameter/value/@entry values.

Can anyone advise how I can get behaviour equivalent to this.

I hope the above is clear - in natural language what I want is
match any 'section' element
  where
    there is a child 'parameter' element whose '@name' attribute is 'Rule'
  and
    that child 'parameter' element has a 'value' element whose '@entry'
attribute is 'INPUT' (or 'input' or 'Input' etc)

Regards,
Richard.



Richard Kerry
BNCS Engineer, SI SOL Telco & Media Vertical Practice

T: +44 (0)20 3618 2669
M: +44 (0)7812 325518
Lync: +44 (0) 20 3618 0778
Room G300, Stadium House, Wood Lane, London, W12 7TA
richard.kerry@xxxxxxxx<mailto:richard.kerry@xxxxxxxx>

[cid:image002.png@xxxxxxxxxxxxxxxxx]


Atos, Atos Consulting, Worldline and Canopy The Open Cloud Company are trading
names used by the Atos group. The following trading entities are registered in
England and Wales: Atos IT Services UK Limited (registered number 01245534),
Atos Consulting Limited (registered number 04312380), Atos Worldline UK
Limited (registered number 08514184) and Canopy The Open Cloud Company Limited
(registration number 08011902). The registered office for each is at 4 Triton
Square, Regentbs Place, London, NW1 3HG.The VAT No. for each is:
GB232327983.

This e-mail and the documents attached are confidential and intended solely
for the addressee, and may contain confidential or privileged information. If
you receive this e-mail in error, you are not authorised to copy, disclose,
use or retain it. Please notify the sender immediately and delete this email
from your systems. As emails may be intercepted, amended or lost, they are not
secure. Atos therefore can accept no liability for any errors or their
content. Although Atos endeavours to maintain a virus-free network, we do not
warrant that this transmission is virus-free and can accept no liability for
any damages resulting from any virus transmitted. The risks are deemed to be
accepted by everyone who communicates with Atos by email.

[demime 1.01d removed an attachment of type image/png which had a name of image001.png]

[demime 1.01d removed an attachment of type image/png which had a name of image002.png]

Current Thread