Hello. I'm trying to programmatically do XSL transforms using Sablotron. I'd like to be able to handle two situations: The first is that I have the source XML and XSL in a memory buffer. I always want the output XML in a memory buffer. I can handle this situation with SablotProcessStrings. The second situation is that I have URIs for the source XML and XSL. Again, I need the output XML in a memory buffer. It seems that SablotProcess will handle this for me, except that it will only output the XML to a URI. Is there a way that I can get the output into a buffer? Thanks Gabe Ernst-Edwards Principle Software Engineer, PegaCONNECT Pegasystems Inc.
