Testsuite: org.simpleframework.xml.core.NamespaceScopeTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
------------- Standard Output ---------------
<a xmlns="http://domain/a">
   <pre:b xmlns:pre="http://domain/b">
      <c>c</c>
      <d xmlns="">
         <e>e</e>
      </d>
   </pre:b>
</a>
------------- ---------------- ---------------

Testcase: testScope took 0.099 sec
Testcase: testDirectory took 0 sec
