Pete Prodoehl wrote:

[1] valid XHTML, working:

<title><tmpl_var name="title"/></title>

Does this work?

It's not really xhtml, but valid xml.

<title><!-- tmpl_var name="title" --></title>

This will work. It's more difficult, when it comes to attribute values, where html comments will not work. But {% tmpl_var name="title" %} works well for me now. I simply replace this with a filter.


Tobias



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to