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-...