>Question is: can we do text search ignoring case and locale characters
>(I mean, character �, �, á are equals to character a in
>comparisons) using Xalan and/or Xindice?

Use translate() on the string before comparing, converting � to a, and
� to a also, and so on.
.................David Marston

Reply via email to