saxon:base64Binary-to-octets
Converts a binary value to a sequence of octets.
base64Binary-to-octets($input as xs:base64Binary) ➔ xs:integer*
Arguments  | |||
  | $input  | xs:base64Binary  | The binary input value  | 
Result  | xs:integer*  | ||
Namespace
http://saxon.sf.net/
Notes on the Saxon implementation
Available since Saxon 8.1.
Details
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.