You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@
2
2
# pyxml2xpath
3
3
Parse an XML document with [lxml](https://lxml.de/) and build XPath expressions corresponding to its structure.
4
4
5
-
<h3> ⓘ Project status: BETA (RC2) </h3>
6
-
7
5
Table of contents
8
6
=================
9
7
10
8
*[Basic usage](#description)
11
-
*[Build and install](#build-and-install)
9
+
*[Installation](#installation)
12
10
*[Command line usage](#command-line-usage)
13
11
*[Module usage](#module-usage)
14
12
*[Method parse(...)](#method-parse)
@@ -43,9 +41,15 @@ text node types can be used in predicates but not on path
43
41
44
42
It can be used as a [command line utility](#command-line-usage) or as a [module](#module-usage).
45
43
46
-
A spin off of [xml2xpath Bash script](https://github.com/mluis7/xml2xpath). Both projects rely on [libxml2](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home) implementation.
44
+
> A spin off of [xml2xpath Bash script](https://github.com/mluis7/xml2xpath). Both projects rely on [libxml2](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home) implementation.
0 commit comments