summaryrefslogtreecommitdiff
path: root/src/xml.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Also ignore blank HTML nodes.
* 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
| | | | | and rename the functions to reflect clearly that they come from the libxml package.
* * 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: Switch to GNU indentation. (make_dom): Change parse tree format to match xml.el. (Fxml_parse_html_string_internal): Rename from html-parse-string. (Fxml_parse_string_internal): Rename from xml-parse-string. * configure.in: Announce whether libxml2 is linked to.
* * xml.c (parse_string): Renamed to parse_string(), since that'sLars Magne Ingebrigtsen2010-09-141-4/+4
| | | | | what it does. (parse_string): Return nil when the document can't be parsed.
* * xml.c (Fxml_parse_string, Fxml_parse_string): Revert lastAndreas Schwab2010-09-141-10/+8
| | | | change. Don't make first argument optional. Doc fix.
* * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parametersLars Magne Ingebrigtsen2010-09-141-2/+4
| | | | | | for the doc string. From Leo <sdl.web@gmail.com> (tiny change)
* * 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
This adds the html-parse-string and xml-parse-string functions in the new file src/xml.c, as well as autoconf detection of the library.