[XML-SIG] Canonicalizing XML

Rich Salz rsalz@zolera.com
Mon, 23 Apr 2001 12:17:48 -0400


> I've written a validating XML parser in Python that can produce
> Canonical XML.

As in the XML C14N recommendation?  It seems to do something else.  For
example, all namespace attributes are removed.

> I'll attach it.  Usage (for getting Canonical XML):
> 
>         python fxmllib.py -c file.xml

Do I need a DTD?
	/r$