We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d664362 commit 91c3cc6Copy full SHA for 91c3cc6
1 file changed
test/src/test/test-data/ingest-alix-test.xml
@@ -60,10 +60,10 @@
60
</alix:field>
61
62
<!-- Derived field: only observation zones -->
63
- <alix:field name="observations" type="text" source="text" include="@data-tei-type='observation'"/>
+ <alix:field name="observations" type="text" source="text" include="@other-attribute='observation'"/>
64
65
<!-- Derived field: exclude quoted zones -->
66
- <alix:field name="text_noquotes" type="text" source="text" exclude="@other-type='quote'"/>
+ <alix:field name="text_noquotes" type="text" source="text" exclude="@data-tei-type='quote'"/>
67
68
</alix:chapter>
69
</alix:book>
0 commit comments