Hi Harald,
I follow your advices 1) and 2) and I modify my Xquery like thhis:
declare namespace tf='http://namespaces.softwareag.com/tamino/TaminoFunction' for $Person in (input()/Person/Name/Firstname[tf:containsText(., 'e-a')])[position() > 0 and position() <= 1000] return <Persons Name={$Person}>{$Person}</Persons> sort by (@Name)
But the result is always the same, It doesn’t resolve my problem.
<Firstname>Pierre-Alain</Firstname>
<Firstname>Line ally</Firstname>
<Firstname>Janeat</Firstname>
For me, I seem that Tamino considers “tf:containsText(., ‘e-a’)” like “tf:containsText(., ‘ea’)” or “tf:containsText(., ‘e a’)”. I would like to know how I can do that Tamino consider the character ‘-’ like a normal character like a,b,c,…
Is anyone know how I can do this!
Thank you very much, for your heslp!
C
#Tamino#API-Management#webMethods