summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test_struct.xml
blob: 251b8b4896d2688c5786b4ad83783b93ab3a0c98 (plain) (blame)
1
2
3
4
5
6
7
8
9
<!-- Copyright 2017 Yahoo Holdings. 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>