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)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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