Move sal-netconf-connector to plugins/
[netconf.git] / plugins / sal-netconf-connector / src / test / resources / schemaless / filter / two-roots-filter.xml
1 <filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0" ns0:type="subtree"
2         xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
3     <c-1 xmlns="test-namespace">
4         <list-1>
5             <c-2/>
6         </list-1>
7     </c-1>
8     <c-x xmlns="test-namespace">
9         <l-x/>
10     </c-x>
11 </filter>