saxon:octets-to-hexBinary()

octets-to-hexBinary(xs:integer*)

This function takes a sequence of integers as input, and treats them as octets. The integers should therefore all be in the range 0-255. The result of the function is the xs:hexBinary value representing this sequence of octets.

Expand

Up  Next