saxonica.com

saxon:base64Binary-to-octets()

base64Binary-to-octets($in as xs:base64Binary) ==> xs:integer*

This function takes an xs:base64Binary value as input, and returns a sequence of integers representing this sequence of octets. The integers will be in the range 0-255.

Next