<div>
                    Hi,
                </div><div><br></div><div>in conference xml_list some tags has "_" but some use "-"</div><div><br></div><div>"_" works well but "-" causing problems e.g. when convert to json it's ok to use conference.last_talking but to get the input-volume value it has to be conference["input-volume"], and in some other cased there's no such work around and I have to go through all tags and replace "-"s to "_"s.</div><div><br></div><div>I understand "-" in xml is totally valid but would it be better to keep it consistent ?&nbsp;</div><div><br></div><div><pre style="font-family: Monaco, monospace; border-width: 1px 0px 1px 1px; border-style: dotted; border-color: rgb(204, 204, 204); padding: 0.4em 0.4em 0.4em 0.8em; font-size: 17px; text-align: justify; background-color: rgb(250, 250, 253); "><code>        &lt;last_talking&gt;0&lt;/last_talking&gt;
        &lt;energy&gt;300&lt;/energy&gt;
        &lt;volume_in&gt;0&lt;/volume_in&gt;
        &lt;volume_out&gt;0&lt;/volume_out&gt;
        &lt;output-volume&gt;0&lt;/output-volume&gt;
        &lt;input-volume&gt;0&lt;/input-volume&gt;
        &lt;auto-adjusted-input-volume&gt;0&lt;/auto-adjusted-input-volume&gt;</code></pre><pre style="font-family: Monaco, monospace; border-width: 1px 0px 1px 1px; border-style: dotted; border-color: rgb(204, 204, 204); padding: 0.4em 0.4em 0.4em 0.8em; font-size: 17px; text-align: justify; background-color: rgb(250, 250, 253); "><code><br></code></pre></div>
                <div><div><br></div><div>Thanks.</div><div><br></div><div>--&nbsp;</div><div>Seven Du</div><div>Sent with <a href="http://www.sparrowmailapp.com/?sig">Sparrow</a></div><div><br></div></div>