Re: xmlsec-c question about XSECEnv

2005-01-11 Thread Berin Lautenbach
In an ideal world you shouldn't have to touch XSECEnv at all. The idea is a way to pass information between the various library components about a particular piece of XML. As an example, the XENCCipher class "owns" an instance of XSECEnv. It then passes it to all the other XENC classes that

xmlsec-c question about XSECEnv

2005-01-10 Thread Scott Cantor
I'm starting to incoporate a few pieces of the XML Encryption classes into some of my project, and I had a question about the XSECEnv class, specifically about the DOMDocument parameter in the c'tor, and how to use this class. Is this object supposed to be created per XML instance being manipulate