Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
13 lines
293 B
XML
13 lines
293 B
XML
<foo xmlns="urn:foo" xmlns:foo="urn:foo" xmlns:foo2="urn:foo2">
|
|
<bar>hello</bar>
|
|
<foo:baz>phaw</foo:baz>
|
|
<foo:bling xmlns="urn:foo2">
|
|
<bar2>hello2</bar2>
|
|
</foo:bling>
|
|
<bar>hello</bar>
|
|
<foo:baz>phaw</foo:baz>
|
|
<bling xmlns="urn:foo2">
|
|
<bar2>hello2</bar2>
|
|
</bling>
|
|
</foo>
|