Skip to content

Commit

Permalink
Allow listChange inside change.
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
thvitt committed Oct 9, 2018
1 parent c58bc60 commit 74511ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/odd/faust-tei.xml
Expand Up @@ -135,7 +135,7 @@
<elementSpec ident="addSpan" mode="change">
<classes mode="change">
<memberOf key="att.changeRelated"/>
</classes>
</classes>
</elementSpec>
<elementSpec ident="del" mode="change">
<classes mode="change">
Expand Down Expand Up @@ -702,7 +702,7 @@
<content>
<alternate minOccurs="0" maxOccurs="unbounded" >
<macroRef key="macro.specialPara"/>
<elementRef key="listChangey"/>
<elementRef key="listChange"/>
</alternate>
</content>
</elementSpec>
Expand Down

0 comments on commit 74511ce

Please sign in to comment.