Saxonica.com

saxon:octets-to-base64Binary()

octets-to-base64Binary(xs:integer*)

This function takes a sequence of integers as input, and treats them as octets. The integers should therefore all be in the range 0-255. The result of the function is the xs:base64Binary value representing this sequence of octets.

Next