]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/registry/tests/sample.xml
added <include href="foo/bar/baz.xml" /> support
[helm.git] / helm / ocaml / registry / tests / sample.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="annotations">
4     <key name="dir">file:///home/zack/miohelm/objects</key>
5     <key name="url">file:///home/zack/miohelm/objects</key>
6   </section>
7   <section name="getter">
8     <key name="mode">remote</key>
9     <key name="url">http://localhost:58081</key>
10   </section>
11   <section name="triciclo">
12     <include href="sample_include.xml" />
13   </section>
14   <section name="types">
15     <key name="string">debian</key>
16     <key name="int">1</key>
17     <key name="bool">false</key>
18     <key name="float">2.5</key>
19     <key name="int_list">11</key>
20     <key name="int_list">13</key>
21     <key name="int_list">17</key>
22     <key name="int_list">19</key>
23     <key name="int_float_pair">19 23.2</key>
24   </section>
25   <section name="uwobo">
26     <key name="url">http://localhost:58080/</key>
27   </section>
28 </helm_registry>