XSLT to create multipart message using XQMessage extension

Posted by Admin on 30-Aug-2007 09:55

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.

All Replies

Posted by dmillman on 12-Oct-2007 14:58

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'.

This thread is closed