summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-04-21 23:36:18 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-04-21 23:36:18 +0100
commit497d74fe5b6a68b904a6944a9c60dd3c631654a6 (patch)
treec22f518d70dc1b6d61acdb3c14b0279bd454f837 /ChangeLog
parent5fb4b3b17479cba362568cc5ec99442f92f3d819 (diff)
downloadxine-lib-497d74fe5b6a68b904a6944a9c60dd3c631654a6.tar.gz
xine-lib-497d74fe5b6a68b904a6944a9c60dd3c631654a6.tar.bz2
Stop ignoring <?...?> elements, and parse them for attributes.
In the XML data structure returned by xml_parser_build_tree(), the primary content is the directly-returned node, and the extra elements follow this (use ->next) though they appear first in the XML text, thus maintaining backward compatibility.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f3dce98c..8d0413b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ xine-lib (1.1.7) (unreleased)
* Support libdca (new name for libdts) by shuffling around the dts.h file.
* Add support for MDHD version 1 atom in demux_qt. [bug #1679398]
* Handle single-quoted attribute values in XML.
+ * The XML parser no longer ignores <?...?> elements.
+ Such elements are handled as if they were after the XML content for
+ compatibility reasons, though they must appear before it.
xine-lib (1.1.6)
* Split the DirectFB plugin into X11 and non-X versions.