1<?xml version="1.0"?> 2<docs> 3<doc xmlns:ped="http://www.ped.com"> 4 <foo ped:att1="a"/> 5 <outer xml:att1="b"/> 6</doc> 7<doc xmlns:ped="http://www.ped.com"> 8 <inner ped:att1="c"/> 9 <foo xml:att1="d"/> 10</doc> 11</docs> 12