tests/auto/qxmlstream/data/038.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 19:07:03 +0300
changeset 29 b72c6db6890b
parent 0 1918ee327afb
permissions -rw-r--r--
Revision: 201023 Kit: 2010125

<?xml version="1.0"?>
<!-- Attribute uniqueness: prefixed and unprefixed attributes with same
     local name -->
<foo xmlns:a="http://example.org/~wilbur">

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

</foo>