[Freeswitch-dev] Quick XML parser question

Michael Collins msc at freeswitch.org
Wed Jul 15 12:04:08 PDT 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20090715/e01475d5/attachment.html 


More information about the FreeSWITCH-dev mailing list