• Jim Fulton's avatar
    Added a new optional EXPERIMENTAL HTML DTML syntax. As an alternative · 918e1457
    Jim Fulton authored
    to SSI syntax, you can now use ordinary HTML syntax, as in:
    
      <dtml.in objectIds>
         <dtml.var sequence-item>
      </dtml.in>
    
    Both the new syntax and the SSI syntax are allowed in the same document.
    In fact, if you were really twisted, you could:
    
      <dtml.in objectIds>
         <dtml.var sequence-item>
      <!--#/in-->
    
    ;)
    918e1457
DT_HTML.py 11.8 KB