Hi Dalius,
XQuery offers functions upper-case() and lower-case() to turn strings
into the requested case and translate() for more general character
translations. Miserably Tamino does not yet support any of the above.
However Tamino offers a rich toolset for retrieving strings that are
difficult to be provided literally. This toolset includes among others
regex patterns, highlighting and stemming. Please refer to the Tamino
docu for ‘text retrieval’.
To combine strings read from the database into new strings Tamino
already offers lots of suitable XQuery functions as substring(),
string-join(), etc.
But to convert right angle brackets into the respective escape sequence
is still a problem, since any XML-capable device reconverts it into
a right angle bracket.
Regards,
Juliane.
#API-Management#webMethods#Tamino