Bug 8675: Fix a design flaw of the new XML parser
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / bug5396 / xml / foo4.xml
index 154a11489b107e2e5a006bfd1911afac04001e81..b9ee3fa89f6a3d1c79343b5da0a1831ffc20b115 100644 (file)
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<foo xmlns="foo">
-    <root>
-        <my-leaf>dp0p3p1</my-leaf>
-    </root>
-</foo>
\ No newline at end of file
+<root xmlns="foo">
+    <my-leaf>dp0p3p1</my-leaf>
+</root>
\ No newline at end of file