Fixed missing namespace attribute problem
[0publish.git] / tests / local-ns.xml
blob5062959711dbc2cd67948c3cc8f035c7f5bdc164
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface"
3            xmlns:foo='http://mynamespace/foo'>
4   <name>hello</name>
5   <summary>prints hello</summary>
6   <group>
7     <command name='run' path='run.sh'>
8       <foo:test>
9         <foo:test xmlns:foo='http://myother/foo'/>
10       </foo:test>
11     </command>
12     <requires interface='http://foo'>
13       <bar:test xmlns:bar='http://ns/bar'/>
14     </requires>
15     <implementation id="sha1=003" version="0.3"/>
16   </group>
17 </interface>