문제

Is there a JavaScript library for XML canonicalization with support for Exclusive XML Canonicalization?

If there is no library for that, how can I canonicalize XML in a Node.js library with minimal requirements (no Ruby or Java)?

도움이 되었습니까?

해결책

As far as I know there are no XML libraries for Node.js that do C14n yet, I looked at this a while back and the easiest route seemed to be to add the functionality to the libxml library: https://github.com/polotek/libxmljs

다른 팁

You an use xml-crypto to sign XML in javascript / NodeJS.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top