Using XSLT to generate the email HTML body
636994Apr 9 2009 — edited Sep 3 2009I want to use the XSL Transform to create an HTML body for my email message. However, the BPEL transform requires the receiving structure to have a defining schema (at least I think it does).
I looked all over the net for an xsd for HTML, but I couldn't find one. I could probably create a limited one for my generated HTML body, but I thought I would ask someone how this is typically done.
Is there a public example of how to use the BPEL transform to create the HTML Email body?