in reply to Re^2: more bracket chaos
in thread more bracket chaos
The one caveat with this is that, if the templating tags aren't enclosed in quotes and they look like normal <> HTML tags, then the template will fail to validate as HTML - which is generally fine, so long as the HTML generated from the template is valid. Even so, HTML::Template allows you to use <!--tmpl_var foo--> as an alternative so that the validator will consider it to be a comment rather than a bad tag. (But, then, the same caveat applies to your example with the nested <qd></qd> tags, so I'm not sure why I bothered to mention it...)
|
|---|