Skip to content

Commit 753680b

Browse files
authored
typo
1 parent cda1fe1 commit 753680b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lxml/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Some experimentations 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 python standard ecosystem (built-in modules). Designed as a gramps addon.
55

6-
##'lxmlGramplet' needs 'lxml' module.
6+
## 'lxmlGramplet' needs 'lxml' module.
77
More powerful and more complex. Designed as a gramps addon.
88
Many experimentations. Will generate some files from a Gramps XML.
99
'''Gramps XML -to-> data'''
@@ -13,18 +13,18 @@ Methods and code might be old dated, but it is still fast and does the job.
1313

1414
See also https://gramps-project.org/wiki/index.php/Lxml_Gramplet
1515

16-
##'grampsxml.dtd', 'grampsxml.rng', 'grampsxml.xsd'
16+
## 'grampsxml.dtd', 'grampsxml.rng', 'grampsxml.xsd'
1717
related to validations via 'lxmlGramplet'
1818

19-
##'lxml.css', 'query_html.xsl'
19+
## 'lxml.css', 'query_html.xsl'
2020
basic templates for displaying transformed data via 'lxmlGramplet'
2121
'''data -to-> Gramps XML'''
2222

23-
##'superclasses.py', 'subclasses.py'
23+
## 'superclasses.py', 'subclasses.py'
2424
modules generated with generateDS (Dave Kuhlman)
2525
Did not use as production, rather an advanced documentation
2626

27-
##'xpaths_x_x_x.txt'
27+
## 'xpaths_x_x_x.txt'
2828
For XPath addict.
2929
Can be used for parsing and handling tags and namespaces for most Gramps XML file versions.
3030
An alternate documentation

0 commit comments

Comments
 (0)