<div dir="ltr">Hi there!<div><br></div><div>Is there any way I can make CQP to show empty XML tags in queries results (so I can visualize them in CQPWeb)?</div><div><br></div><div>I have tags like these: </div><div><br></div><div>&lt;inf id=&quot;E1&quot;&gt;&lt;/inf&gt;</div><div><br></div><div>(because it seems that cwb-encode doesn&#39;t like the shorter form &lt;inf id=&quot;E1&quot;/&gt;)</div><div><br></div><div>I have declared it as &quot;-S inf+id&quot; (for cwb-encode, but that might be incorrect).</div><div><br></div><div>When I try:</div><div><br></div><div><div>CORPUS&gt; show +inf +turn;</div><div>CORPUS&gt; &lt;turn&gt; [word=&quot;.*&quot;];</div></div><div><br></div><div>I get</div><div><br></div><div> 0:                           &lt;&lt;turn&gt;okay&gt; ya son las horas ah<br></div><div><br></div><div>where I am expecting to see an empty &lt;inf&gt; tag :</div><div><br></div><div> 0:                           &lt;&lt;turn&gt;&lt;inf id=&quot;E&quot;&gt;&lt;/inf&gt;okay&gt; ya son las horas ah</div><div><br></div><div>Each &lt;turn&gt; tag is followed by an empty &lt;inf&gt; tag (with attribute &quot;id&quot;).</div><div><br></div><div>Thanks!</div><div><br></div><div>Javier</div><div><br></div></div>