| 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:octets-to-base64Binary($octets as xs:integer*) ==> xs:base64Binary
This function takes a sequence of integers as input, and treats them as octets.
The integers must therefore all be in the range 0-255. The result of the function
is the
xs:base64Binary value representing this sequence of octets.