log markup/output.py @ 188:11748ab353d9 stable-0.2.x

age author description
Mon, 21 Aug 2006 15:36:29 +0000 cmlenz Fix bug in XHTML serialization: all elements were allowed to be written out as empty if the namespace was set. trunk
Mon, 21 Aug 2006 15:00:35 +0000 cmlenz * Minor fix for the XHTML serializer (the local namespace var got clobbered) trunk
Wed, 16 Aug 2006 21:29:48 +0000 cmlenz * Add test case for SVG content embedded in an HTML document. trunk
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. trunk
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. trunk
Thu, 10 Aug 2006 15:21:55 +0000 cmlenz * No escaping of `<script>` or `<style>` tags in HTML output (see #24) trunk
Wed, 09 Aug 2006 21:00:15 +0000 cmlenz Fix bug in HTML serializer, plus some other minor tweaks. trunk
Sun, 06 Aug 2006 21:22:21 +0000 cmlenz Minor performance improvements in serialization. trunk
Thu, 03 Aug 2006 14:49:22 +0000 cmlenz Fix for #18: whitespace in space-sensitive elements such as `<pre>` and `<textarea>` is now preserved. trunk
Fri, 28 Jul 2006 17:34:18 +0000 cmlenz Reorder the conditional branches in the serializers so that the more common event kinds are on top. trunk
Fri, 28 Jul 2006 15:15:50 +0000 cmlenz Include processing instructions in serialized streams. trunk
Fri, 21 Jul 2006 11:39:32 +0000 cmlenz Add an XHTML serialization method. Now really need to get rid of some code duplication in the `markup.output` module. trunk
Mon, 17 Jul 2006 23:10:35 +0000 cmlenz Support comments in templates that are not included in the output, in the same way Kid does: if the comment text starts with a `!` character, it is stripped from the output. trunk
Sun, 16 Jul 2006 11:07:34 +0000 cmlenz Improve handling of DOCTYPE declarations. trunk
Wed, 12 Jul 2006 18:47:39 +0000 cmlenz Some more performance tweaks. trunk
Mon, 10 Jul 2006 17:37:01 +0000 cmlenz A couple of minor performance improvements. trunk
Sun, 09 Jul 2006 17:46:12 +0000 cmlenz Switch copyright to Edgewall and URLs to markup.edgewall.org. trunk
Wed, 28 Jun 2006 09:28:09 +0000 cmlenz * Fix the boilerplate in the Python source files. trunk
Wed, 28 Jun 2006 08:55:04 +0000 cmlenz * Split out the XPath tests into a separate `unittest`-based file. trunk
Mon, 19 Jun 2006 16:38:50 +0000 cmlenz Fix tests broken in [20]. trunk
Mon, 19 Jun 2006 16:34:00 +0000 cmlenz Enable `ElementFactory` to create namespaced elements. trunk
Mon, 19 Jun 2006 15:47:28 +0000 cmlenz Actually make use of the `markup.core.Namespace` class, and add a couple of doctests. trunk
Sat, 03 Jun 2006 07:16:01 +0000 cmlenz Initial import. trunk
Copyright (C) 2012-2017 Edgewall Software