saxon:hexBinary-to-octets

Converts a binary value to a sequence of octets.

hexBinary-to-octets($input as xs:hexBinary) ➔ xs:integer*

Arguments

 

$input

xs:hexBinary

The binary input value

Result

xs:integer*

Details

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

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