1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/doc
Ulf Jasper c39443c1d6 'libxml-parse(html|xml)-region': new optional param 'discard-comments'.
* doc/lispref/text.texi (Parsing HTML/XML): Document new optional parameter
'discard-comments' of 'libxml-parse(html|xml)-region'.

* src/xml.c (parse_region): Take care of new optional parameter
'discard-comments' of 'libxml-parse(html|xml)-region'.
(Flibxml_parse_html_region, Flibxml_parse_xml_region): New
optional parameter 'discard-comments'.

* test/automated/libxml-tests.el
(libxml-tests--data-comments-preserved): Renamed from
'libxml-tests--data'.
(libxml-tests--data-comments-discarded): New.
(libxml-tests): Check whether 'libxml-parse-xml-region' is
discarding comments correctly.
2014-11-21 16:31:30 +01:00
..
emacs Fix the build of the Emacs User manual. 2014-11-21 11:32:53 +02:00
lispintro Merge from emacs-24; up to 117691 2014-11-08 18:06:29 -08:00
lispref 'libxml-parse(html|xml)-region': new optional param 'discard-comments'. 2014-11-21 16:31:30 +01:00
man Further reduce the number of versioned files storing the version number 2014-11-09 18:01:56 -08:00
misc * eww.texi (Basics): Document `eww-history-limit'. 2014-11-19 20:11:18 +01:00