Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Tue, 15 Aug 2006 09:52:47 +0000 | cmlenz | * Fix error in expression evaluation when the expression evaluates to an iterable that does not produce event tuples. |
Fri, 11 Aug 2006 16:34:35 +0000 | cmlenz | * Coalesce adjacent text events that the parsers would produce when text crossed the buffer boundaries. Fixes #26. |
Fri, 11 Aug 2006 14:08:13 +0000 | cmlenz | CDATA sections in XML input now appear as CDATA sections in the output. This should address the problem with escaping the contents of `<style>` and `<script>` elements, which would only get interpreted correctly if the output was served as `application/xhtml+xml`. Closes #24. |