Hi guys,

I want to have a variable to be substituted on a template, inside a
comment. I have a code like this:

<html>
<head>
   <script><!--
   var somevar = ${someVariableFromPython};
   --></script>
</head>
...

This is not working because kid doesn't do interpolation on comments,
but without comments, kid doesn't compiles the template and throughs
me an error.
What can I do to solve this problem?

Thanks...

-- 
Michel Thadeu Sabchuk
Curitiba - Brasil

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to