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*

Namespace

http://saxon.sf.net/

Notes on the Saxon implementation

Available since Saxon 8.1.

Details

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.

See also:

saxon:octets-to-hexBinary()