I'm not even suer which forum this really belongs in, but it's a part of our workflow, so I am starting in the workflow forum. If it would be better suited for a different forum, let me know.
We are using the CSSDK and XSL templates to format emails for workflow notification. So some of the information inside the email body comes from the standard XML that is produced from the task, and some is passed in via a task variable. The XSL puts everything in the right places and does the formatting. The unique message for the email is passed in through a task variable. I would like the message to contain newlines so I can format the message with blank lines in between text, such as:
You're getting this email because something went terribly wrong with one or more of your files during deployment. The following files are now currupted and lost forever:
foo.html bar.jsp
|
I have tried using
[size=2][color=#3f7f5f]various ways of representing a newline (everytime I type them out in a postm, they resolve to their rendered representation, and I don't know how to override that)[/color][/size] but all that ends up happening is those exact character strings get embedded into the text as if they were just more text.
Does anyone have a clue how I can embed newlines into my message text and have it appear as I want it when it gets resolved after the XSL transformation?