-
<test1>
-
<foo:test foo:gg="3" foo:hh="4">
-
<!--
watch for multiple declarations of foo: namespace prefix on the "test" element.
-->
<bar foo:squid="fish"/>
-
<!--
check that the squid attribute is in the "littlerabbit" namespace, not "bigrabbit".
-->
<baz hi:attr="value"/>
-
<!--
check that the "hi:" namespace prefix is declared.
-->
</foo:test>
-
<p1:anc1>
-
<p1:anc2>
<p1:anc3/>
-
<!--
check that anc3 is in the "ns1" namespace, not "ns2".
-->
</p1:anc2>
</p1:anc1>
</test1>