aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/hello/hello.xml
blob: 32e70f1bb821ce50276ad2ca63d8e5ee56ab7876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>

<!--

file      : examples/cxx/hybrid/hello/hello.xml
author    : Boris Kolpackov <boris@codesynthesis.com>
copyright : not copyrighted - public domain

-->

<hello xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:noNamespaceSchemaLocation="hello.xsd">

  <greeting>Hello</greeting>

  <name>sun</name>
  <name>moon</name>
  <name>world</name>

</hello>