<?xml version="1.0" encoding="utf-8" ?>

<!-- comments -->
<rootNode xmlns:namespace="http://www.w3.org/TR/html4/">
  <childNodes>
    <childNode attribute1 = "value"
               namespace:attribute2='value'
               attribute3=''/>
    <childNode />
    <childNode />
    <childNode />
    <childNode
      attr1="value"
      attr2="10"
      attr3="hello"
          >
      value
    </childNode>
    <namespace:childNode>
      <![CDATA[
              this is some CDATA content
              <!-- comments inside cdata -->
              <b alert='false'>tags inside cdata</b>
          ]]>

      value = "plain string outside"
      hello = world
    </namespace:childNode>
  </childNodes>
</rootNode>

<!--
  Multiline comments <b>tag</b>
-->
