I am using a style sheet with the XQMessage extension to create a multipart message from a single message. I get a multipart message created, but I also end up with a second message that is empty. Does anyone know how I keep the empty message from being created.
Here's the XSL that I'm using:
Can I create a multipart message without using the XQMessage extension? If not, how can I keep the empty message from being created? Any help you can provide would be greatly appreciated.
The second message that is created is in fact the normal output of the stylesheet, the extensions create a new document instance. There is a flag within the transformation service that allows the unwanted part to be dropped, this is called 'Drop Default Output'.