Guys,<br><br>This dialplan entry does not cause an XML parser error:<br><br>  &lt;extension name=&quot;XML Parse Test&quot;&gt;<br>    &lt;condition field=&quot;destination_number&quot; expression=&quot;^1234$&quot;&gt;<br>
      &lt;action application=&quot;answer&quot;/&gt;<br>      &lt;!-- next line is not terminated --&gt;<br>      &lt;action application=&quot;log&quot; data=&quot;INFO You see me&quot;<br>      &lt;action application=&quot;log&quot; data=&quot;INFO You don&#39;t see me&quot;/&gt;<br>
      &lt;action application=&quot;log&quot; data=&quot;INFO But you do see me&quot;/&gt;<br>    &lt;/condition&gt;<br>  &lt;/extension&gt;<br><br>Just curious - is the parser supposed to bomb out when it sees two &lt; characters without a &gt; in between?<br>
-MC<br><br>