From 497d74fe5b6a68b904a6944a9c60dd3c631654a6 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 21 Apr 2007 23:36:18 +0100 Subject: 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. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') 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. -- cgit v1.2.3