You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "David Crossley (JIRA)" <ji...@apache.org> on 2006/03/01 07:28:42 UTC

[jira] Updated: (COCOON-1622) [PATCH] SendMailTransformer and HTML body

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

David Crossley updated COCOON-1622:
-----------------------------------

    Bugzilla Id:   (was: 36949)
     Other Info: [Patch available]

> [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>aaa@aaa.ccc</email:from>
>  <email:to>bbb@bbb.ddd</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