Re: XSL transform in C++

2004-07-21 Thread Ian Alderman
t get discarded in canonicalization. See http://xml.apache.org/xerces-c/apiDocs/classDOMNode.html#z231_4 Perhaps this is why getLocalName is returning null? Maybe the code should test, and use getNodeName if getLocaName returns null. Hope this helps, -Ian On Mon, 19 Jul 2004, Ian Alderman wrote: &g

Re: XSL transform in C++

2004-07-20 Thread Ian Alderman
t; Cheers, > Berin > > > Ian Alderman wrote: > > I was able to make some progress on debugging this. > > > > Debugging by printing the SignedInfo bytes as they get hashed (in > > TXFMSHA1.cpp), I was able to determine that these bytes are different > >

Re: XSL transform in C++

2004-07-19 Thread Ian Alderman
I was able to make some progress on debugging this. Debugging by printing the SignedInfo bytes as they get hashed (in TXFMSHA1.cpp), I was able to determine that these bytes are different when they get signed than they are when they get verified (and so the hash is also different). Specifically

XSL transform in C++

2004-07-19 Thread Ian Alderman
I'm having a problem when I add an XSL transform using the C++ library. First, the stylesheet doesn't get included, and, as a result, the signature won't verify (for example using checksig). Specifically, I get: An error occured during signature verification Message: Style Sheet not found fo