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