summaryrefslogtreecommitdiff
path: root/src/xine-utils/xmlparser.c
AgeCommit message (Expand)Author
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-10-23Merge from 1.1, updating plugin Conflicts/Replaces accordingly.Darren Salt
2007-10-23Simple patch to the XML parserBastien Nocera
2007-09-17Revert the "#define lprintf" debug changes.Darren Salt
2007-09-14Strip leading white space from an initial text segment nested in an XML element.Darren Salt
2007-09-14Drop xml_parser_build_tree_relaxed().Darren Salt
2007-09-14Create child "[CDATA]" nodes for extra text (but prefer merging).Darren Salt
2007-09-14Handle <[CDATA[...]]>. (Based on a patch by Bastien Nocera <hadess@hadess.net>.)Darren Salt
2007-09-14Given <a>b<c/>d</a>, append rather than replace text - "bd", not "d".Darren Salt
2007-04-23Kill a "may be used uninitialised" warning.Darren Salt
2007-04-22Merge relaxed XML parsing & adapt it to the enumerations.Darren Salt
2007-04-22Don't drop elements with missing close tags.Darren Salt
2007-04-21Stop ignoring <?...?> elements, and parse them for attributes.Darren Salt
2007-04-21Use an enumeration for XML parser state tracking.Darren Salt
2007-04-21Fix comments - '>' and '?>' were reversed.Darren Salt
2007-04-19Relaxed XML parsing (ABI addition).Darren Salt
2007-03-04- commit documentation, and header changes for the relicensing of theBastien Nocera
2006-02-14Minor constness fixups.Darren Salt
2005-01-16Add basic support for character entities:Darren Salt
2003-12-06reading through Daniel's huge patch was quite tiresome, but it was not worthl...Michael Roitzsch
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-10-28Change .dsp and .dsw files for simple using under VCC 6.0 - just change unix ...František Dvořák
2003-09-16Removed headers that were providing nothing needed to the build.Stephen Torri
2003-09-13Oups, wrong node...Thibaut Mattern
2003-09-13Fix memory leaks.Thibaut Mattern
2003-09-11Better xml_parser_free_tree()Thibaut Mattern
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera
2003-07-19Backport cleanups/fixes/improvements from gxine.Thibaut Mattern
2002-12-02less noise with xmlparsing.Daniel Caujolle-Bert
2002-09-06introduce "const"Michael Roitzsch
2002-05-01added xml parser/lexer from thibaut matternGuenter Bartsch