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