[XML-SIG] Re: c14n.py bug: _IN_XML_NS = lambda n: n.namespaceURI == XMLNS.XML
Rich Salz
rsalz@datapower.com
Fri, 24 Jan 2003 10:45:59 -0500
> A bug is fixed if I comment out present line and include the subsequent:
>
> # _IN_XML_NS = lambda n: n.namespaceURI == XMLNS.XML
> _IN_XML_NS = lambda n: n.name[:5] == "xmlns"
That looks right. Can someone with commit permission check it in? (I'm
only a lurker these days, so I took myself off.)
> [1] http://lists.w3.org/Archives/Public/spec-prod/2003JanMar/0007.html
> Python Tool for excerpting schema/examples into XHTML spec
That is *way cool*
/r$