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*

Details

Namespace: http://saxon.sf.net/

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.