diff options
| author | Lars Ingebrigtsen | 2019-09-27 00:32:37 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-09-27 00:33:45 +0200 |
| commit | 45727c4e6de7f6f6f61a4ae3589d5dd271ea8803 (patch) | |
| tree | a853f0eadc96373bef56e7d870cf8ceb0df275cc /etc | |
| parent | ed9402f81907f5810d70fc421b456791d624ba1a (diff) | |
| download | emacs-45727c4e6de7f6f6f61a4ae3589d5dd271ea8803.tar.gz emacs-45727c4e6de7f6f6f61a4ae3589d5dd271ea8803.zip | |
Add a new `dom-search' function
* doc/lispref/text.texi (Document Object Model): Document it.
* lisp/dom.el (dom-search): New function.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -276,6 +276,12 @@ used to remove comments before calling the libxml functions to parse | |||
| 276 | the data. | 276 | the data. |
| 277 | 277 | ||
| 278 | +++ | 278 | +++ |
| 279 | ** A new DOM (the XML/HTML document structure returned by functions | ||
| 280 | such as 'libxml-parse-html-region') traversal function has been added: | ||
| 281 | 'dom-search', which takes a DOM and a predicate and returns all nodes | ||
| 282 | that match. | ||
| 283 | |||
| 284 | +++ | ||
| 279 | ** The Network Security Manager now allows more fine-grained control | 285 | ** The Network Security Manager now allows more fine-grained control |
| 280 | of what checks to run via the 'network-security-protocol-checks' | 286 | of what checks to run via the 'network-security-protocol-checks' |
| 281 | variable. | 287 | variable. |