# File contrib/autodis_2.rb, line 103
  def test
    NQXML::DispatcherTool.new.metahandle }
      <book>
	<chapter>
	  <title action="{|e| puts 'starting title'}"
		 end="{|e| puts 'ending title'}">
	    {|e| puts "Title is #{e.text}"}
	  </title>
	  <p action="{puts 'starting paragraph'}">
	    {|e| puts "paragraph text: #{e.text}"}
	  </p>
	</chapter>
      </book>
  }
  end