HTML::Template doesn't really have "tags", it just looks that way. You could make the tags look like comments instead:

<!-- TMPL_VAR NAME=PARAM1 -->

At 02:27 PM 12/8/03 +0100, paul POULAIN wrote:
Hi,

For instance, h::t tags are not html valid <TMPL_VAR name="X"> is NOT valid. It should be : <TMPL_VAR name="X"/>.
Same thing for <TMPL_ELSE> :
<TMPL_IF name="x">
...
<TMPL_ELSE/>
...
</TMPL_IF>
would be valid.


Is it possible to add this feature in a future version ? (with <TMPL_VAR > still possible to avoid rewritting all templates, of course)

Note : the Koha project uses H::T, i'm writting a "translator tool" with HTML::TreeBuilder, and TreeBuilder is a little bit lost with <tmpl_else> & <tmpl_var>

--
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)




------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users



------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to