xsl-list
[Top] [All Lists]

Re: [xsl] Multi part mime message in XSLT

2008-06-04 08:56:36
Thanks to all who replied to my questions. I'll explore more about
this topic and would post any findings I might have.

On 6/4/08, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
I have a doubt related to the code fragment you have posted.

I think, media-type="multipart/mixed" is processor specific feature.
Do Gestalt and Saxon support this?

You can write this, but Saxon doesn't do anything with it.

While doing, <xsl:result-document href="mailto:..."; > what
will happen after the stylesheet execution finishes?


In the case of Saxon, the result document will be supplied to the
OutputURIResolver. The standard OutputURIResolver won't know what to do with
a mailto: URI, but you can supply your own which sends out the email to your
chosen victims.

Michael Kay
http://www.saxonica.com/


-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--