xsl-list
[Top] [All Lists]

Re: [xsl] Multi part mime message in XSLT

2008-06-04 06:17:20
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>

2008/6/4 Mukul Gandhi <gandhi(_dot_)mukul(_at_)gmail(_dot_)com>:
I am a bit sceptical about the useful of this concept. But would be
eager to know why you want to do this.

What do you intend to do with the MIME output from the stylesheet?

I think this should be possible with XSLT. You need to read the MIME
specification[1] to learn about the format, and implement the
stylesheet accordingly.

[1] http://en.wikipedia.org/wiki/MIME

On 6/4/08, Senthilkumaravelan K <skumaravelan(_at_)googlemail(_dot_)com> 
wrote:
Hi Guys,
Has anyone tried creating Multipart mime message using XSLT.
Assume we have XML data converted into html and text output. Would like to 
know
is there any style sheet template written already to do this kind of feature.
Any pointers would be of great help.

Thanks,
Senthil


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



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