>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?
I suspect not. XSLT is Unicode-based, and in Unicode those are completely separate characters, so I would expect them to be unequal. You could write an extension function that implements accent-insensitive comparison, and invoke that from your XPaths and stylesheets... ______________________________________ Joe Kesselman / IBM Research
