yawlfoundation / yawl

Yet Another Workflow Language
http://www.yawlfoundation.org
GNU Lesser General Public License v3.0
88 stars 35 forks source link

Enable binding CDATA element content #628

Open phtyson opened 5 years ago

phtyson commented 5 years ago

I needed to bind the mailService subject parameter as CDATA content, to preserve hyperlinks but still pass the content to smtp server as string. See attached patch for general method to do this on any parameter with @isCDATA = 'true'. Also added this attribute on the subject param of mailService. yawl-cdata-param-patch.zip