Skip to content

Commit

Permalink
fix: error in axis step syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed May 23, 2024
1 parent 48b60d6 commit 9dfe954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/frus.sch
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
<pattern id="unwanted-footnote-whitespace-checks">
<title>Prevent unwanted footnote whitespace checks</title>
<rule
context="tei:note[not(@rend eq 'inline' or preceding-sibling::node()[2] instance of element(tei:note) or parent:notesStmt)]">
context="tei:note[not(@rend eq 'inline' or preceding-sibling::node()[2] instance of element(tei:note) or parent::notesStmt)]">
<let name="first-preceding-sibling-node" value="preceding-sibling::node()[1]"/>
<assert test="
if ($first-preceding-sibling-node instance of text()) then
Expand Down

0 comments on commit 9dfe954

Please sign in to comment.