[XML-SIG] XML Canonicalization

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Fri, 18 May 2001 06:08:54 +0200


> How about
> 	from xml.dom.ext import Canonicalize
> and in ext/__init__.py I add
> 	from c14n import Canonicalize
> 
> So the filename is c14n.py, but the exported name is more use-friendly.

That sounds good.

Regards,
Martin