blob: c71b9be7e8ff95c2876d2b7fcd70f1732bc6a110 [file] [log] [blame]
<#outputformat "HTML"><#assign htmlMO><p>Test</#assign></#outputformat>
<#outputformat "XML"><#assign xmlMO><p>Test</p></#assign></#outputformat>
<#outputformat "RTF"><#assign rtfMO>\par Test</#assign></#outputformat>
<#-- We assume that we have "undefined" output format here. -->
HTML: ${htmlMO}
XML: ${xmlMO}
RTF: ${rtfMO}