saxon:hexBinary-to-octets()

hexBinary-to-octets(xs:hexBinary)

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.

Expand

Up  Next