xsl-list
[Top] [All Lists]

RE: [xsl] Multi part mime message in XSLT

2008-06-04 07:36:50
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/


--~------------------------------------------------------------------
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>
--~--