Alessandro Bonazzi 8c43d5cf2f Patch level : 12.00
Files correlati     : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe

Bug                 :

Commento:
Merge 1.0 libraries
2025-04-06 00:42:21 +02:00

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>