<?xml version="1.0" ?>
<?xml-stylesheet href="test1.xsl" type="text/xsl"  ?>
<!-- first comment -->
<main>
  <?second-PI in document ?>
  <a> first text chunk inside first a 
      <!-- second comment inside a -->
      second text chunk inside first a 
      <!-- third comment inside a -->
      <?third-PI in document ?>
      <b link="/main/a/b/@link"> b inside a </b>
      <?fourth-PI in document ?>
  </a> 
</main>
<!-- last comment -->


