root/trunk/examples/xml/test-extension.xml

Revision 96, 0.5 kB (checked in by mikey, 2 years ago)

use new namespace http://xjconf.net/XJConf
removed tabs
corrected indentions

Line 
1 <xj:configuration
2     xmlns:xj="http://xjconf.net/XJConf"
3     xmlns:math="http://www.schst.net/XJConf/Math">
4   <map>
5     <number name="foo">
6       <math:add>
7         <int>13</int><int>34</int>
8       </math:add>
9     </number>
10     <number name="bar">
11       <math:add>
12         <int>104</int><double>34.5</double>
13       </math:add>
14     </number>
15   </map>
16   <array>
17     <math:add>
18       <int>104</int><double>34.5</double>
19     </math:add>
20     <math:add>
21       <int>123</int><double>34.5321</double><double>-4</double>
22     </math:add>
23   </array>
24 </xj:configuration>
Note: See TracBrowser for help on using the browser.