1

Is there any short, dependencies free, lightweight code for such canonicalization? Also, I tried to find open source implementations but found only irrelevant ones.

I saw similar question but asker looking for exclusive canonicalization and answerer recommended not pure JS library.

Also, there are nice libraries like deoxxa and xml-crypto but both of them doesn't support inclusive canonicalization. Proof: deoxxa, xml-crypto.

Does anybody know good JS library for inclusive canonicalization, i.e, where

canAlgo!= ...xml-exc-c14n... but canAlgo==...REC-xml-c14n-...

4

1 回答 1

1

I modified deoxxa's project(hosted on own gitlab server).

I was too lazy to rename exclusive to inclusive but my .js file performs inclusive.

于 2015-09-12T10:25:48.000 回答