Edgewall Software

source: tags/0.2.0/ChangeLog

Last change on this file was 232, checked in by cmlenz, 17 years ago

Fix for #34: py:def macros can now be invoked from within expressions in attribute values.

File size: 2.0 KB
Line 
1Version 0.2
2http://svn.edgewall.org/repos/markup/tags/0.2.0/
3(Aug 22 2006, from branches/stable/0.2.x)
4
5 * XPath syntax errors now contain position info (ticket #20).
6 * Errors in expression evaluation now contain the correct line number in the
7   template (ticket #22).
8 * <script> and <style> element contents are no longer escaped when using HTML
9   serialization (ticket #24).
10 * In some cases expressions in templates did not get interpolated (ticket
11   #26).
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
14   compatible with HTML user agents.
15 * The XHTML serializer now correctly handles elements in foreign namespaces
16   (such as SVG or MathML).
17 * Fixed relative includes in templates on Windows (ticket #27).
18 * Output can be encoded using legacy codecs such as ISO-8859-1. Any character
19   not representable in the chosen encoding gets replaced by the corresponding
20   XML character reference.
21 * String literals in XPath expressions that contain spaces are now parsed
22   as expected.
23 * Added support for the XPath functions boolean(), ceiling(), concat(),
24   contains(), false(), floor(), normalize-space(), number(), round(),
25   starts-with(), string-length(), substring(), substring-after(),
26   substring-before(), translate(), and true().
27 * Non-ASCII characters in expressions should now be handled correctly (ticket
28   #29).
29 * Default values for arguments of template functions now also work with
30   constants and complex expressions (they only worked for string or number
31   literals before).
32 * XPath expressions in now support XPath variables ($var) in predicates
33   (ticket #31).
34 * Expressions in templates can now span multiple lines if they are enclosed
35   in curly braces.
36 * py:def macros can now be invoked from within expressions inside attribute
37   values (ticket #34).
38
39
40Version 0.1
41http://svn.edgewall.org/repos/markup/tags/0.1.0/
42(Aug 3 2006, from branches/stable/0.1.x)
43
44 * First public release
Note: See TracBrowser for help on using the repository browser.