<?xml version="1.0" encoding="UTF-8"?>
<?test-processing-instruction testAttribtue="text/xsl" anotherTestAttribute="test.xsl"?>
<root>
    <testElement attribute1="value1" attribute2="value2"/>
    <!-- Test Comment -->
    <testElement attribute1="value1" attribute2="value2">
        <testChildElement>Some test text</testChildElement>
        <testChildElement att1="test1" att2="test2">Some test text</testChildElement>
    </testElement>
</root>