diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-21 23:36:18 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-21 23:36:18 +0100 |
| commit | 497d74fe5b6a68b904a6944a9c60dd3c631654a6 (patch) | |
| tree | c22f518d70dc1b6d61acdb3c14b0279bd454f837 /ChangeLog | |
| parent | 5fb4b3b17479cba362568cc5ec99442f92f3d819 (diff) | |
| download | xine-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
