Re: [xsl] Multi part mime message in XSLT

Subject: Re: [xsl] Multi part mime message in XSLT
From: "Senthilkumaravelan K" <skumaravelan@xxxxxxxxxxxxxx>
Date: Wed, 4 Jun 2008 09:27:23 -0700
Hi ,
Need to create a Multipart mime message to send a email from the system.
Am working on application,which takes xml and transforms into two
separate stylesheet , one to produce text and html output
from there am constructing mime message using Java.

I need help here to convert my output as mime message so that I can
write to socket to generate email .

Thanks,
Senthil



On Wed, Jun 4, 2008 at 5:59 AM, Mukul Gandhi <gandhi.mukul@xxxxxxxxx> wrote:
> 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@xxxxxxxxxxxxxx> 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

Current Thread