On 01.May.2002 -- 10:20 AM, Mathews, Silvy (HQP) wrote: > Hi, > Suppose if we modify the sendmail.xsl to support html emails instead of text > emails, how do we attach that html into the <sendmail:body> logic sheet. > Does anybody have any ideas??
Silvy, since you won't need to produce SAX-Events and transform the result (would need a sendmail serializer for that :-) you just assemble your string as usual. Of course you would need to replace "<" by "<" and ">" by ">". That's it. Well, after you expanded sendmail.xsl to create multipart objects and assemble a message from them, that is. Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>