We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3791c commit 67df9d5Copy full SHA for 67df9d5
docs/fromxml.md
@@ -80,6 +80,15 @@ tei = "http://www.tei-c.org/ns/1.0"
80
81
These prefixes can subsequently be used in path selectors and templates.
82
83
+### id_strip_suffix
84
+
85
+This is a list of suffixes to strip when forming identifiers for resources.
86
+A common practise is to add the extension of your text files here:
87
88
+```toml
89
+id_strip_suffix = [ ".txt" ]
90
+```
91
92
### elements
93
94
Elements is a list of tables, each entry defines how to map a certain XML
0 commit comments