summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/xmlparser/comments_domain.oxm6
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/xmlparser/comments_domain.oxm b/testdata/xmlparser/comments_domain.oxm
index 2a3ad59..4d8c531 100644
--- a/testdata/xmlparser/comments_domain.oxm
+++ b/testdata/xmlparser/comments_domain.oxm
@@ -4,7 +4,7 @@
<!-- an annotation comment -->
<annotation name="comment">
- <field name="content" isSubtree="true">
+ <field name="content">
<childRef ref="book.paragraph"/>
</field>
<field name="replies" isSubtree="true">
@@ -17,7 +17,7 @@
<!-- Is there a chance to prevent users from having to redefine these
two fields in comment and reply? Could we use a fieldRef here?
Or would that be circular? -->
- <field name="content" isSubtree="true">
+ <field name="content">
<childRef ref="book.paragraph"/>
</field>
<field name="replies" isSubtree="true">
@@ -30,7 +30,7 @@
<!-- note that replies are organized in a tree fashion: One can also reply
to a reply -->
<struct name="reply">
- <field name="content" isSubtree="true">
+ <field name="content">
<childRef ref="book.paragraph"/>
</field>
<field name="replies" isSubtree="true">