You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a way to verify the hash of certain documents entering an XProc pipeline. I cannot use p:hash as I need to hash the actual bytes that may vary by encoding (UTF-8, UTF-16, EBCDIC, etc.)
The proposed step would behave like p:load, but in addition, one of the output ports would contain a hashed value of the source. Options would be mainly in line with p:hash.
There might be some desire for hashing to apply to href using URI schemes other than file, making this perhaps a more general facility.
The text was updated successfully, but these errors were encountered:
ndw
transferred this issue from xproc/3.0-steps
Jun 6, 2024
I need a way to verify the hash of certain documents entering an XProc pipeline. I cannot use
p:hash
as I need to hash the actual bytes that may vary by encoding (UTF-8, UTF-16, EBCDIC, etc.)The proposed step would behave like
p:load
, but in addition, one of the output ports would contain a hashed value of the source. Options would be mainly in line withp:hash
.There might be some desire for hashing to apply to href using URI schemes other than file, making this perhaps a more general facility.
The text was updated successfully, but these errors were encountered: