comparison ChangeLog @ 160:faea6db52ef1

Attribute order in parsed XML is now preserved.
author cmlenz
date Wed, 16 Aug 2006 21:54:49 +0000
parents 03a0cca25cf6
children f767cf98e3e3
comparison
equal deleted inserted replaced
159:03a0cca25cf6 160:faea6db52ef1
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 15 * The XHTML serializer now correctly handles elements in foreign namespaces
16 (such as SVG or MathML). 16 (such as SVG or MathML).
17 * Fixed relative includes in templates on Windows (ticket #27). 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 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 19 not representable in the chosen encoding gets replaced by the corresponding
20 XML character reference. 20 XML character reference.
21 * String literals in XPath expressions that contain spaces are now parsed 21 * String literals in XPath expressions that contain spaces are now parsed
22 as expected. 22 as expected.
23 * Added support for the XPath functions boolean(), ceiling(), concat(), 23 * Added support for the XPath functions boolean(), ceiling(), concat(),
Copyright (C) 2012-2017 Edgewall Software