Re: Undeclared namespace prefix

2008-09-29 Thread Werner Dittmann
All, I've checked the input and output of c14n of xmlsec-1.4.2 and it seems the c14n does not emit the ds: name space binding of the KeyInfo node. Attached is the text file of the test run. The same test but using xmlsec-1.4.1 shows the name space binding before and after c14n. The following th

RE: Undeclared namespace prefix

2008-09-29 Thread Scott Cantor
> Thus the printout "before c14n" is the doc tree just before c14n. IMHO the > Transformer does not add/modify during transformation of the doc tree to a > string. Unless we can prove that, my bet might be that the DOM before that step doesn't contain the declaration, and the DOM after it does. Th