Skip to content

Commit 5d81e03

Browse files
committed
Change: Simplify and clarify descriptions of XML/HTML libs
The descriptions had been copied straight from each repo, but together they could give the false impression that some were not suitable for HTML.
1 parent 6b5f83e commit 5d81e03

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
lines changed

README.org

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

30783080
Probably 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
31613163
It’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

32053207
This 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

32183220
Mostly undocumented, providing three main functions:
32193221

index.html

Lines changed: 21 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)