Skip to content

Commit fac8920

Browse files
authored
more compact on README file
1 parent 4cfd73d commit fac8920

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

lxml/README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
1-
# Some experimentations around Gramps XML and data handling
1+
# Custom files around Gramps XML and data handling
22

3-
## 'etreeGramplet' as set of built-in python module.
3+
- 'etreeGramplet' as set of built-in python module.
44
Very basic (quick and dirty), but should run whatever plateform and any pure
55
python standard ecosystem (built-in modules). Designed as a gramps addon.
66

7-
## 'lxmlGramplet' needs 'lxml' module.
7+
- 'lxmlGramplet' needs 'lxml' module.
88
More powerful and more complex. Designed as a gramps addon.
99
Many experimentations. Will generate some files from a Gramps XML.
1010
```Gramps XML -to-> data```
11-
1211
Some samples of validations and transformations.
1312
Methods and code might be old dated, but it is still fast and does the job.
14-
1513
See also https://gramps-project.org/wiki/index.php/Lxml_Gramplet
1614

17-
## 'grampsxml.dtd', 'grampsxml.rng', 'grampsxml.xsd'
15+
- 'grampsxml.dtd', 'grampsxml.rng', 'grampsxml.xsd'
1816
related to validations via 'lxmlGramplet'.
1917

20-
## 'lxml.css', 'query_html.xsl'
18+
- 'lxml.css', 'query_html.xsl'
2119
basic templates for displaying transformed data via 'lxmlGramplet'.
2220
```data -to-> Gramps XML```
2321

24-
## 'superclasses.py', 'subclasses.py'
22+
- 'superclasses.py', 'subclasses.py'
2523
modules generated with generateDS (Dave Kuhlman).
2624
Did not use as production, rather an advanced documentation
2725

28-
## 'xpaths_x_x_x.txt'
26+
- 'xpaths_x_x_x.txt'
2927
For XPath addict.
3028
Can be used for parsing and handling tags and namespaces for most Gramps XML.
3129
file versions. An alternate documentation.

0 commit comments

Comments
 (0)