xref: /aosp_15_r20/external/apache-xml/test/tests/conf/attribset/attribset20.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
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