Apr 18, 2007 #1 ddiamond Programmer Joined Apr 22, 2005 Messages 918 Location US As far as I can tell, xpath 1.0 does not support the upper-case function(). Is the translate function the only work-around? translate(mytext,'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ') I hope there is a more concise way.
As far as I can tell, xpath 1.0 does not support the upper-case function(). Is the translate function the only work-around? translate(mytext,'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ') I hope there is a more concise way.
Apr 18, 2007 #2 k5tm Programmer Joined Aug 24, 2001 Messages 2,038 Location US Is the translate function the only work-around? Click to expand... Yes, it is the most direct way to achieve case translation. Tom Morrison http://www.liant.com Upvote 0 Downvote
Is the translate function the only work-around? Click to expand... Yes, it is the most direct way to achieve case translation. Tom Morrison http://www.liant.com