[ http://issues.apache.org/jira/browse/COCOON-1622?page=all ]

Jean-Baptiste Quenot reassigned COCOON-1622:
--------------------------------------------

    Assign To: Jean-Baptiste Quenot  (was: Cocoon Developers Team)

> [PATCH] SendMailTransformer and HTML body
> -----------------------------------------
>
>          Key: COCOON-1622
>          URL: http://issues.apache.org/jira/browse/COCOON-1622
>      Project: Cocoon
>         Type: Bug
>   Components: Blocks: Mail
>     Versions: 2.1.8
>  Environment: Operating System: other
> Platform: Other
>     Reporter: Philippe Gassmann
>     Assignee: Jean-Baptiste Quenot
>      Fix For: 2.1.9-dev (current SVN)
>  Attachments: 20051006-sendmailtr, 20051020-sendmailtr
>
> The SendMailTransformer is unable to handle XML tags directly in the SAX flow.
> ex : 
> <email:sendmail>
>  <email:smtphost>smtp</email:smtphost>
>  <email:from>[EMAIL PROTECTED]</email:from>
>  <email:to>[EMAIL PROTECTED]</email:to>
>                       
>  <email:subject>
>    Bogus sendmailtrasformer
>  </email:subject>
>  <email:body>
>    <html><body> 
>      <p>this is a paragraph</p>
>      <p>another</p>
>    </body></html>
>  </email:body>
> </email:sendmail>
> It simply remove xml tags in the body !
> It a a strange behaviour since DEFAULT_BODY_MIMETYPE = "text/html" ...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira