xsl-list
[Top] [All Lists]

[xsl] Case-insensitive filter match for template wanted

2017-03-28 04:35:28

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):
“A sequence of more than one item is not allowed as the first argument of 
upper-case() ("INPUT", .....”

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(_dot_)kerry(_at_)atos(_dot_)net<mailto:richard(_dot_)kerry(_at_)atos(_dot_)net>

[cid:image002.png@01D2A7AE.CE2ED710]


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, Regent’s 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.
--~----------------------------------------------------------------
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
--~--

PNG image

PNG image

<Prev in Thread] Current Thread [Next in Thread>