comparison ChangeLog @ 159:03a0cca25cf6

Another changelog update
author cmlenz
date Wed, 16 Aug 2006 21:30:55 +0000
parents cc707c5873f3
children faea6db52ef1
comparison
equal deleted inserted replaced
158:8e81177059f3 159:03a0cca25cf6
10 * In some cases expressions in templates did not get interpolated (ticket 10 * In some cases expressions in templates did not get interpolated (ticket
11 #26). 11 #26).
12 * CDATA sections are now passed through the pipeline and serialized correctly. 12 * CDATA sections are now passed through the pipeline and serialized correctly.
13 That allows using <script> or <style> elements in XHTML output that is still 13 That allows using <script> or <style> elements in XHTML output that is still
14 compatible with HTML user agents. 14 compatible with HTML user agents.
15 * The XHTML serializer now correctly handles elements in foreign namespaces
16 (such as SVG or MathML).
15 * Fixed relative includes in templates on Windows (ticket #27). 17 * Fixed relative includes in templates on Windows (ticket #27).
16 * Output can be encoded using legacy codecs such as ISO-8859-1, any character 18 * Output can be encoded using legacy codecs such as ISO-8859-1, any character
17 not representable in the chosen encoding gets replaced by the corresponding 19 not representable in the chosen encoding gets replaced by the corresponding
18 XML character reference. 20 XML character reference.
19 * String literals in XPath expressions that contain spaces are now parsed 21 * String literals in XPath expressions that contain spaces are now parsed
Copyright (C) 2012-2017 Edgewall Software