Skip to content

Commit 91c3cc6

Browse files
committed
Little bug
1 parent d664362 commit 91c3cc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/src/test/test-data/ingest-alix-test.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
</alix:field>
6161

6262
<!-- Derived field: only observation zones -->
63-
<alix:field name="observations" type="text" source="text" include="@data-tei-type='observation'"/>
63+
<alix:field name="observations" type="text" source="text" include="@other-attribute='observation'"/>
6464

6565
<!-- Derived field: exclude quoted zones -->
66-
<alix:field name="text_noquotes" type="text" source="text" exclude="@other-type='quote'"/>
66+
<alix:field name="text_noquotes" type="text" source="text" exclude="@data-tei-type='quote'"/>
6767

6868
</alix:chapter>
6969
</alix:book>

0 commit comments

Comments
 (0)