tests/auto/qxmlstream/data/036.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 18 Aug 2010 10:37:55 +0300
changeset 33 3e2da88830cd
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201031 Kit: 201033

<?xml version="1.0"?>
<!-- Attribute uniqueness: repeated attribute with different prefixes -->
<foo xmlns:a="http://example.org/~wilbur"
     xmlns:b="http://example.org/~wilbur">

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

</foo>