Hi Folks, i have a strange problem with the transform method working in-memory.
Based on the streamtranform sample i got the following: XALAN_USING_STD(ostrstream) ostrstream os; theResult = theXalanTransformer.transform(&streamXMLStream, inputSource, &os); with os.str() i get a string. but this string is kinda noisy at the end. The transformation should get me like 361 byte but i get like 536. the last 175 bytes are garbage. am i doing something wrong here ? Kai-Uwe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
