The html version of the installed manual page such as
        http://localhost/tt2/docs/Manual/Intro.html
do not preserve literal [% ... %] constructs.
For example, instead of the correct illustration line like

        Dear [% tt_start_tag %] name [% tt_end_tag %],

it shows the line
        Dear name,

This makes these web version of the manual pages very confusing.

This prompted me to see how to escape the processing of
literal tags in a template file. In packages like Text::Template,
this is very easy because you can simply do \{...\}.
But after some searching of the docs I could not find such an
equivalent in tt2.  Simply doing \[%...%\] or \[\%...%] did not work.

So what is the best way to deal with this in tt2?

Thanks

Richard


Reply via email to