Skip to content

Commit

Permalink
src, index, cover "ok"-like cases
Browse files Browse the repository at this point in the history
DHBern/presentation_parzival#18

TODO: run, commit and push data
  • Loading branch information
pdaengeli authored Jan 21, 2025
1 parent 1befa9f commit 8472c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/build-index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<string key="id">{@xml:id}</string>
<string key="sigla">{$sigil}</string>
<string key="verse">{@xml:id => tokenize('\.') => tail()}</string>
<string key="d">{@xml:id => replace('^(?:fr\d{1,2})?._*(\d{1,3})\..*$','$1')}</string>
<string key="d">{@xml:id => replace('^(?:fr\d{1,2})?.k?_*(\d{1,3})\..*$','$1')}</string>
<string key="content">
<xsl:apply-templates mode="janus"/>
</string>
Expand Down

0 comments on commit 8472c09

Please sign in to comment.