Skip to content

Commit 4cfd73d

Browse files
authored
minor formating issues
1 parent 753680b commit 4cfd73d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

lxml/README.md

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

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

67
## 'lxmlGramplet' needs 'lxml' module.
78
More powerful and more complex. Designed as a gramps addon.
89
Many experimentations. Will generate some files from a Gramps XML.
9-
'''Gramps XML -to-> data'''
10+
```Gramps XML -to-> data```
1011

1112
Some samples of validations and transformations.
1213
Methods and code might be old dated, but it is still fast and does the job.
1314

1415
See also https://gramps-project.org/wiki/index.php/Lxml_Gramplet
1516

1617
## 'grampsxml.dtd', 'grampsxml.rng', 'grampsxml.xsd'
17-
related to validations via 'lxmlGramplet'
18+
related to validations via 'lxmlGramplet'.
1819

1920
## 'lxml.css', 'query_html.xsl'
20-
basic templates for displaying transformed data via 'lxmlGramplet'
21-
'''data -to-> Gramps XML'''
21+
basic templates for displaying transformed data via 'lxmlGramplet'.
22+
```data -to-> Gramps XML```
2223

2324
## 'superclasses.py', 'subclasses.py'
24-
modules generated with generateDS (Dave Kuhlman)
25+
modules generated with generateDS (Dave Kuhlman).
2526
Did not use as production, rather an advanced documentation
2627

2728
## 'xpaths_x_x_x.txt'
2829
For XPath addict.
29-
Can be used for parsing and handling tags and namespaces for most Gramps XML file versions.
30-
An alternate documentation
30+
Can be used for parsing and handling tags and namespaces for most Gramps XML.
31+
file versions. An alternate documentation.

0 commit comments

Comments
 (0)