<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi, <br>
    <br>
    I would like to get all XML annotation for my a query result,
    including all context. That is, I'd like to get<br>
    &lt;s&gt;this is a first sentence .&lt;/s&gt;&lt;s&gt;and this is
    the &lt;B&gt;second&lt;/B&gt; sentence&lt;/s&gt;<br>
    <br>
    Right now, I only get the annotation of the region containing my
    match, see the documentation  at
    <a class="moz-txt-link-freetext" href="http://cwb.sourceforge.net/files/CQP_Tutorial/node9.html">http://cwb.sourceforge.net/files/CQP_Tutorial/node9.html</a> where it
    says: <br>
    <br>
    * show annotation of region(s) containing match
    <p>
      <code>&gt; set PrintStructures "np_h";</code>
      <br>
      <code>&gt; set PrintStructures "novel_title, chapter_num";</code>
      <br>
      <code>&gt; set PrintStructures "";</code><br>
    </p>
    So my question is: is there a possibility to set a wide context and
    get ALL annotations for it? <br>
    <br>
    Best!<br>
    Ruprecht<br>
  </body>
</html>