aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml.c
Commit message (Expand)AuthorAgeFilesLines
* * xml.c: conform to C89 pointer rulesPaul Eggert2011-02-061-6/+7
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-1/+1
* Return CDATA sections (like <style>foo</style>) as text nodes.Lars Magne Ingebrigtsen2010-12-061-2/+3
* Clean up trailing whitespace.Lars Magne Ingebrigtsen2010-10-021-2/+2
* xml.c: Rework the functions to take regions instead of strings,Lars Magne Ingebrigtsen2010-10-021-24/+36
* * src/xml.c (parse_string): Use const.Dan Nicolaescu2010-09-301-1/+1
* Rename libxml2 functions, and make parse tree format consistent with xml.el.Chong Yidong2010-09-211-62/+67
* * xml.c (parse_string): Renamed to parse_string(), since that'sLars Magne Ingebrigtsen2010-09-141-4/+4
* * xml.c (Fxml_parse_string, Fxml_parse_string): Revert lastAndreas Schwab2010-09-141-10/+8
* * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parametersLars Magne Ingebrigtsen2010-09-141-2/+4
* * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.Lars Magne Ingebrigtsen2010-09-121-2/+6
* Remove some trailing white space.Lars Magne Ingebrigtsen2010-09-101-7/+7
* Add support for the libxml2 library.Lars Magne Ingebrigtsen2010-09-101-0/+137