oldrev / maltreport

A WYSIWYG document template engine to generates .odt/.ods/docx/xlsx/doc/xls documents for .NET
MIT License
125 stars 27 forks source link

Sanitize Odf interpolation #21

Closed KoenVanExem closed 5 years ago

KoenVanExem commented 6 years ago

Removes superfluous elements around the interpolation ( {{...}} )

e.g. {{so</text:span>.StringValue</text:span>}}</text:p> is transformed in

{{so.StringValue}}
oldrev commented 6 years ago

Thanks very much for your contribution! I'll find sometime to merge this PR in this week.