Saxonica.com

saxon:hexBinary-to-octets()

saxon:hexBinary-to-octets($input as xs:hexBinary) ==> xs:integer*

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.

Next