summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test_struct.xml
blob: c18c9263b4a344df1d408bf1b89da1638c01525b (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>
  <document documenttype="news" documentid="doc:test:struct">
    <mystruct>
      <intval>36</intval>
      <stringval>test</stringval>
    </mystruct>
  </document>
</vespafeed>