summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/data/039.xml
blob: af7be31dc731295db4902d246bfae11da3e278e8 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<!-- Attribute uniqueness: prefixed and unprefixed attributes with same
     local name, with default namespace -->
<foo xmlns:a="http://example.org/~wilbur"
     xmlns:b="http://example.org/~kipper"
     xmlns="http://example.org/~wilbur">

<b:bar a:attr="1" attr="2"/>

</foo>