Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / bug8803 / foo.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <top-cont xmlns="foo-ns">
4     <keyed-list>
5         <key-leaf>150</key-leaf>
6         <iid-leaf xmlns="bar-ns" xmlns:baz="baz-ns">
7             /baz:top-cont/baz:keyed-list[baz:key-leaf='50']</iid-leaf>
8     </keyed-list>
9 </top-cont>