@@ -3073,7 +3073,9 @@ One of the "killer apps" for Emacs--and for git!
30733073- [[#xml-plus-xmlhtml-utilities][xml-plus: XML/HTML utilities]]
30743074:END:
30753075
3076- **** [[https://github.com/tali713/esxml][esxml: An elisp library for working with xml, esxml and sxml]]
3076+ These libraries can all be used for HTML.
3077+
3078+ **** [[https://github.com/tali713/esxml][esxml]]
30773079
30783080Probably the most featureful, usable library at the moment.
30793081
@@ -3155,7 +3157,7 @@ Example:
31553157 :asin asin :isbn-10 isbn-10 :isbn-13 isbn-13))))
31563158#+END_SRC
31573159
3158- **** [[https://github.com/AdamNiederer/elquery][elquery: Read and manipulate HTML ]]
3160+ **** [[https://github.com/AdamNiederer/elquery][elquery]]
31593161
31603162#+BEGIN_QUOTE
31613163It’s like jQuery, but way less useful.
@@ -3200,7 +3202,7 @@ Provides lisp-based (rather than string-based) selectors. This library is prima
32003202 (xml-query-all '(feed entry link [rel "alternate"] :href) xml)
32013203#+END_SRC
32023204
3203- **** [[https://github.com/zweifisch/enlive][enlive: query html document with css selectors ]]
3205+ **** [[https://github.com/zweifisch/enlive][enlive]]
32043206
32053207This provides a limited set of lisp-based selectors (rather than string-based selectors).
32063208
@@ -3213,7 +3215,7 @@ Example:
32133215 (enlive-query (enlive-fetch "http://gnu.org/") [title])) ; => "The GNU Operating System and the Free Software Movement"
32143216#+END_SRC
32153217
3216- **** [[https://github.com/bddean/xml-plus][xml-plus: XML/HTML utilities ]]
3218+ **** [[https://github.com/bddean/xml-plus][xml-plus]]
32173219
32183220Mostly undocumented, providing three main functions:
32193221
0 commit comments