Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2011 to remaining FSF/AIST copyright years. | Glenn Morris | 2011-01-15 | 1 | -1/+1 |
| | |||||
* | Return CDATA sections (like <style>foo</style>) as text nodes. | Lars Magne Ingebrigtsen | 2010-12-06 | 1 | -2/+3 |
| | | | | Also ignore blank HTML nodes. | ||||
* | Clean up trailing whitespace. | Lars Magne Ingebrigtsen | 2010-10-02 | 1 | -2/+2 |
| | |||||
* | xml.c: Rework the functions to take regions instead of strings, | Lars Magne Ingebrigtsen | 2010-10-02 | 1 | -24/+36 |
| | | | | | and rename the functions to reflect clearly that they come from the libxml package. | ||||
* | * src/xml.c (parse_string): Use const. | Dan Nicolaescu | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | Rename libxml2 functions, and make parse tree format consistent with xml.el. | Chong Yidong | 2010-09-21 | 1 | -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's | Lars Magne Ingebrigtsen | 2010-09-14 | 1 | -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 last | Andreas Schwab | 2010-09-14 | 1 | -10/+8 |
| | | | | change. Don't make first argument optional. Doc fix. | ||||
* | * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parameters | Lars Magne Ingebrigtsen | 2010-09-14 | 1 | -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 Ingebrigtsen | 2010-09-12 | 1 | -2/+6 |
| | |||||
* | Remove some trailing white space. | Lars Magne Ingebrigtsen | 2010-09-10 | 1 | -7/+7 |
| | |||||
* | Add support for the libxml2 library. | Lars Magne Ingebrigtsen | 2010-09-10 | 1 | -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. |