Updated CodeCorner3 (markdown)

leithoff 2016-07-08 12:54:20 +02:00
parent a006716cb1
commit 351155d7a9

@ -8,7 +8,7 @@ on day three we went out of base camp eGroupware and stepped into the high field
<ul>
<li>splitting design and layout</li>
<li>there is no EGroupware specific dialog-editor (one part of the etemplate-app) to create the eTemplate<strong> but </strong> a EGroupware specific DTD. So any XML-Capable Editor will do.</li>
<li>Documenttypedefinition (DTD): &lt;!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd"&gt; Always add that to your .xet files</li>
<li>Documenttypedefinition (DTD): <pre> &lt;!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd"&gt;</pre> Always add that to your .xet files</li>
<li><strong>XSS security</strong></li>
<li><strong>no parsing of $_POST needed</strong></li>
<li><strong>eTemplates can be (and are usually) nested, eg. a template-field can contain an other eTemplate </strong></li>