bin:part
Selects a specified range of octets from a binary value.
part($value as (xs:hexBinary | xs:base64Binary)?, $offset as xs:integer, $size as xs:integer?:=()) ➔ xs:base64Binary?
Arguments | ||||
| $value | (xs:hexBinary | xs:base64Binary)? | Input binary data | |
| $offset | xs:integer | Offset in octets into the input data | |
| $size | xs:integer? | := () | Size in octets to operate over |
Result | xs:base64Binary? | |||
Namespace
http://expath.org/ns/binary
Links to specifications
Saxon availability
Available in XPath 2.0 and later versions. Implemented since Saxon 9.6. Requires Saxon-PE or Saxon-EE. Available for all platforms.