blob: 396ba50d1f453a9d0d87fecca2075ece18bdfb14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0"?>
<view xmlns:project2="http://project2.randomdan.homeip.net" name="index">
<project2:rawview>
<nonamespace with="attr">
<nonamespace with="attr"/>
</nonamespace>
<unusednamespace xmlns:unsattr="http://unused/" with="attr">
<nonamespace with="attr" />
</unusednamespace>
<namespaced xmlns:nsattr="http://unused/" nsattr:with="attr">
<nsattr:that with="attr" />
</namespaced>
</project2:rawview>
<project2:xml root="test"/>
</view>
|