summaryrefslogtreecommitdiff
path: root/src/xml.c
AgeCommit message (Expand)Author
2011-02-06* xml.c: conform to C89 pointer rulesPaul Eggert
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Add 2011 to remaining FSF/AIST copyright years.Glenn Morris
2010-12-06Return CDATA sections (like <style>foo</style>) as text nodes.Lars Magne Ingebrigtsen
2010-10-02Clean up trailing whitespace.Lars Magne Ingebrigtsen
2010-10-02xml.c: Rework the functions to take regions instead of strings,Lars Magne Ingebrigtsen
2010-09-30* src/xml.c (parse_string): Use const.Dan Nicolaescu
2010-09-21Rename libxml2 functions, and make parse tree format consistent with xml.el.Chong Yidong
2010-09-14* xml.c (parse_string): Renamed to parse_string(), since that'sLars Magne Ingebrigtsen
2010-09-14* xml.c (Fxml_parse_string, Fxml_parse_string): Revert lastAndreas Schwab
2010-09-14* xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parametersLars Magne Ingebrigtsen
2010-09-12* xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL.Lars Magne Ingebrigtsen
2010-09-10Remove some trailing white space.Lars Magne Ingebrigtsen
2010-09-10Add support for the libxml2 library.Lars Magne Ingebrigtsen