Skip to content

Commit 67df9d5

Browse files
committed
documented id_strip_suffix
1 parent ee3791c commit 67df9d5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/fromxml.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ tei = "http://www.tei-c.org/ns/1.0"
8080

8181
These prefixes can subsequently be used in path selectors and templates.
8282

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+
8392
### elements
8493

8594
Elements is a list of tables, each entry defines how to map a certain XML

0 commit comments

Comments
 (0)