Skip to content

Instantly share code, notes, and snippets.

@prestonmcgowan
Created October 10, 2019 18:43
Show Gist options
  • Save prestonmcgowan/50a43a7d08c9c64439d17db8717115fa to your computer and use it in GitHub Desktop.
Save prestonmcgowan/50a43a7d08c9c64439d17db8717115fa to your computer and use it in GitHub Desktop.
Decode a hex binary with XQuery
(:: Decode a hex binary ::)
xquery version "1.0-ml";
xdmp:save(
"D:\save.json",
binary{ xs:hexBinary( fn:doc("/big-json.xml")//hexbin/node() ) }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment