xsl-list
[Top] [All Lists]

Re: [xsl] Multi part mime message in XSLT

2008-06-04 06:32:25
Hi Colin,
  Thanks for sharing this information.

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?

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

I think a text output will be created on the standard output, or a
file (if a redirection to file is made). Then will this output to be
manually (or programmaticaly) feeded to some email software? Or the
email client will automatically be triggered as a result of the
instruction, <xsl:result-document href="mailto:..."; > (normally as
browser's do). I think, this is again processor specific behaviour.

Could you please comment on my understanding above ...

On 6/4/08, Colin Adams <colinpauladams(_at_)googlemail(_dot_)com> wrote:
It seems a perfectly useful concept to me.

<xsl:output method="text" media-type="multipart/mixed">
<xsl:result-document href="mailto:..."; >
 fill in headers and body of email here
</xsl:result-document>


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