Does Genshi perform expression substitution in processing
instructions
such as <?xml-stylesheet ... ?> and XML comments? Kid
does not, except
for certain comments, though it is sometimes useful.
I think a mechanism for explicitly enabling and disabling
expression
substitution would be helpful here, or more generally a
directive for
controlling other Kid/Genshi features, something like:
<script
py:use="substitution">...</script>
or
<script
py:pragma="without_substitution">...</script
>
I'd like to implement something like this for Kid, but it
should be
compatible with Genshi if possible. Does something like this
already
exist for Genshi? If not, any suggestions for a new syntax?
-- Christoph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Genshi" group.
To post to this group, send email to genshi googlegroups.com
To unsubscribe from this group, send email to
genshi-unsubscribe googlegroups.com
For more options, visit this group at http://gr
oups.google.com/group/genshi?hl=en
-~----------~----~----~----~------~----~------~--~---
|