Re: [xsl] Multi part mime message in XSLT

Subject: Re: [xsl] Multi part mime message in XSLT
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Wed, 4 Jun 2008 21:26:12 +0530
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@xxxxxxxxxxxx> 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

Current Thread