Bug 8803: check for null return NamespaceContext.getNamespaceURI()
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / bug8803 / foo.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <root>
4     <top-cont xmlns="foo-ns">
5         <keyed-list>
6             <key-leaf>150</key-leaf>
7             <iid-leaf xmlns="bar-ns" xmlns:baz="baz-ns">
8                 /baz:top-cont/baz:keyed-list[baz:key-leaf='50']</iid-leaf>
9         </keyed-list>
10     </top-cont>
11 </root>