1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<?xml version="1.0"?>
<!-- comment before root 1 -->
<simple xml:base="simple2.xml">
<test xmlns:xinclude="http://www.w3.org/2001/XInclude">
<latin1>
<firstElement/>
trjsagdkasgdhasdgashgdhsadgashdg
<insideChildren/>
<another>
<deeper>text</deeper>
</another>
</latin1>
<test2>
<!-- comment before root --><red xml:base="test2.xml" xmlns:xinclude="http://www.w3.org/2001/XInclude">
<blue>
trjsagdkasgdhasdgashgdhsadgashdg
</blue>
</red><!-- comment after root -->
</test2>
<test3>
<!-- <xinclude:include href="roottest.xml"/> -->
</test3>
</test>
</simple>
<!-- comment after root 1 -->
|