qt6-bb10/tests/auto/qxmlstream/data/037.xml

9 lines
218 B
XML

<?xml version="1.0"?>
<!-- Attribute uniqueness: different attributes with same local name -->
<foo xmlns:a="http://example.org/~wilbur"
xmlns:b="http://example.org/~kipper">
<bar a:attr="1" b:attr="2"/>
</foo>