You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about Genshi, a Python toolkit for stream-based generation of output for the web.
This group was previously at http://groups.google.com/group/markup-di scuss. Older messages can be found in the archive of that group.
|
|
|
Disable Dollar Sign Prefix Genshi Variable
|
| |
Hi,
Is there a way to disable simple dollar sign prefixed variable
interpretation in Genshi XML template, such as $var? (i.e., leave only
the more canonical ones ${var})
This is because $var format conflicts with variables widely used in
JavaScript (especially JQuery).
Thanks.
Jerry
|
|
strict.dtd">
|
| |
I'm baffled by how the strict DOCTYPE seems to eliminate
functionality. Please consider the template below.
Without the first line (the DOCTYPE), I get exactly what I want: a
split screen with independently scrollable sections.
With the first line, the scroll bars disappear.
Does anyone have any ideas about how to:... more »
|
|
Any Genshi developers going to PyCon US?
|
| |
Greetings I'm going to be at PyCon US. Any other Genshi developers or users going to be there? Anyone keen to meet up and do some Genshi hacking or planning or discussing? I'd be particularly keen to meet anyone who has ideas for or has done work on improving Genshi performance. Schiavo Simon
|
|
How to add safe markup in a template
|
| |
Hi, I have to add some invalid markup in a template. If I do so, Genshi doesn't render it giving me a "TemplateSyntaxError: mismatched tag". Is there a way to mark some markup as safe? Thanks in advance Max
|
|
Status of PY3 support
|
| |
Hello, I am porting my library for odt templating to python 3 and genshi is one of its dependencies. Now I am wondering what is the current status of python 3 support for genshi. I saw here: [link] that the support was ready for inclusion but it seems to have never... more »
|
|
Genshi, AddThis and attributes with multiple colons in namespace
|
| |
Hi,
I tried to add some AddThis ([link]) code to my
webpage and got into problems with Genshi. When trying to render the
following HTML code:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook _like"></a>
<a class="addthis_button_tweet">< /a>... more »
|
|
|