RE: DOMNode to char*

2003-12-01 Thread Scott Cantor
Title: Message Just write a link between the serializer and an ostream&. Then you can dump to cout or to a ostrstream or ostringstream and extract a char* from that.   -- Scott   -Original Message-From: Milan Tomic [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 11:29 AM

DOMNode to char*

2003-12-01 Thread Milan Tomic
Title: DOMNode to char* Berin,     I have one (beginner) question. It is more about Xerces. I can't get DOMNode (and all its children nodes) as char*. In templatesign.exe there is a way to send DOMNode to standard output: DOMNode *doc; ... cout << doc;     But, I dont wont to put doc i

Re: Base64 Transformation

2003-12-01 Thread Berin Lautenbach
Milan, I think you have asked this question before and I missed it. I will have a look, but it's something that gets tested as part of the basic interop tests, so it's strange it's dying. Out of curiosity - does xtest run properly on your system? Cheers, Berin Milan Tomic wrote: W

Base64 Transformation

2003-12-01 Thread Milan Tomic
Title: Base64 Transformation     When signing with enveloping signature I add Base64 transformation like this: DSIGReference *ref = sig->createReference(MAKE_UNICODE_STRING("#data")); //Object tag ref->appendBase64Transform();     And allways got "Error mapping context node" error here: