| Introduction | |
| EXSLT Extensions | |
| Extension attributes (XSLT only) | |
| Additional serialization parameters | |
| ยป | Extension functions |
| The Map Extension | |
| Extension instructions | |
| Introduction | |
| EXSLT Extensions | |
| Extension attributes (XSLT only) | |
| Additional serialization parameters | |
| ยป | Extension functions |
| The Map Extension | |
| Extension instructions | |
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.