XML : Byte length of a string in xslt

Is there any xslt function to retrieve the byte length of a string.

For. e.g: i ♥ u

Character length obtained by string-length = 5
Byte length which I need = 7 bytes.

No comments:

Post a Comment