Mercurial > genshi > genshi-test
view ChangeLog @ 159:03a0cca25cf6
Another changelog update
author | cmlenz |
---|---|
date | Wed, 16 Aug 2006 21:30:55 +0000 |
parents | cc707c5873f3 |
children | faea6db52ef1 |
line wrap: on
line source
Version 0.2 http://svn.edgewall.org/repos/markup/tags/0.2.0/ (?, from branches/stable/0.2.x) * XPath syntax errors now contain position info (ticket #20). * Errors in expression evaluation now contain the correct line number in the template (ticket #22). * <script> and <style> element contents are no longer escaped when using HTML serialization (ticket #24). * In some cases expressions in templates did not get interpolated (ticket #26). * CDATA sections are now passed through the pipeline and serialized correctly. That allows using <script> or <style> elements in XHTML output that is still compatible with HTML user agents. * The XHTML serializer now correctly handles elements in foreign namespaces (such as SVG or MathML). * Fixed relative includes in templates on Windows (ticket #27). * Output can be encoded using legacy codecs such as ISO-8859-1, any character not representable in the chosen encoding gets replaced by the corresponding XML character reference. * String literals in XPath expressions that contain spaces are now parsed as expected. * Added support for the XPath functions boolean(), ceiling(), concat(), contains(), false(), floor(), normalize-space(), number(), starts-with(), string-length(), substring(), substring-after(), substring-before(), translate(), and true(). Version 0.1 http://svn.edgewall.org/repos/markup/tags/0.1.0/ (Aug 3 2006, from branches/stable/0.1.x) * First public release