Please disable Adblockers and enable JavaScript for domain CEWebS.cs.univie.ac.at! We have NO ADS, but they may interfere with some of our course material.

Name: examples/helloworld/declaration.xml 
1:
<declaration xmlns="http://riddl.org/ns/declaration/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
2:
  <interface name="main" location="http://localhost:4277">
3:
    <xi:include href="description.xml"/>
4:
  </interface>  
5:
  <interface name="post" location="http://localhost:4278">
6:
    <xi:include href="filter-description.xml"/>
7:
  </interface>  
8:
 
9:
  <facade>
10:
    <tile>
11:
      <layer name="main"/>
12:
      <layer name="post"/>
13:
    </tile>
14:
  </facade>  
15:
</declaration>