Hi,
transliteration affects all operators that perform text search, i.e. not on operations doing substring matching such as starts-with, substring-after etc.
Thus, transliteration affects ~= in X-Query,
and tf:containsText, tf:containsNearText, tf:containsAdjacentText, etc. in XQuery.
Thus, if you find an example where tf:containsText does not honor transliteration, please report this as an error.
The operations based on substring matching, i.e. contains, substring-after, substring-before, starts-with, ends-with can be called with a collation, either by adding the collation explictly to the function call or by specifying a default collation. A collation also can define characters to be equal to each other. I hope this helps.
Regards
Harald
#webMethods#API-Management#Tamino