<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">missing closing tag is hard for this parser to find, so it will usually say at the end. &nbsp;you are looking for a condition with no closing tag.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 1, 2017, at 8:51 AM, Rick Jarvis &lt;<a href="mailto:rick@magicmail.mooo.com" class="">rick@magicmail.mooo.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">When getting something like:<div class=""><br class=""></div><div class=""><div style="margin: 0px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">freeswitch@internal&gt; reloadxml</span></div><div style="margin: 0px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">+OK [[error near line 7391]: unexpected closing tag &lt;/condition&gt;]</span></div>
<br class=""></div><div class="">I’m sure I used to do something along the lines of:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; line-height: normal; font-family: Monaco; color: rgb(244, 244, 244); background-color: rgba(0, 0, 0, 0.933333);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">cat -n /var/log/freeswitch/freeswitch.xml.fsxml | sed -n '7380,7400p'</span></div></div><div class=""><br class=""></div><div class="">And there at 7391 would be the offending line, surrounded by some of the lines before and after.</div><div class=""><br class=""></div><div class="">Now, however, the line is never at the corresponding number. Am I looking at the wrong file maybe?</div></div></div></blockquote></div><br class=""></div></body></html>