You wrote 29 ???????? 2008 ?., 4:03:03:
> Is there a way to "escape" those double dollars so that genshi ignore
> them, or do I have to include my code in an external file so it
> doesn't get processed by the template engine?
You should include your javascript in the CDATA xml node, like this
<script type="text/javascript">
<![CDATA[
var $$ = null;
]]>
</script>
--
Regards,
Victor Safronovich
You wrote 29 ???????? 2008 ?., 9:42:25:
> You should include your javascript in the CDATA xml node, like this
> <script type="text/javascript">
> <![CDATA[
> var $$ = null;
]]>>
> </script>
O, I`m sorry, this doesn`t help in your case, try use $$$$ instead
of $$.
--
Regards,
Victor Safronovich