<?xml version="1.0" encoding='UTF-8'?>
<!DOCTYPE root PUBLIC "foo" "bar" [
<!ENTITY do 'Doodles'>
]>
<root at='what'>
  <data><![CDATA[Can't nest <![CDATA[ and <&> just text]]></data>
  <% /*
	  * Multi-line comment
	  */
	  int integer;
	  // Single line comm int
	  float r;
	  /**
	   * Javadoc comment
	   */
	  long story;
  %>
  <?buy snacks????>
  <!-- some snacks -->
  <hoho/>
  <twinkie chocolate='true'/>
  <extra>Cheese &do;</extra>
  <% for (int i = 0; i < 100; i++) { %>
  <extra><![CDATA[Peanut M&M]]></extra>
  <% } %>
</root>