<div dir="ltr">In all parsers, that would be the tail of input, which does not match the rules anymore. Empty string if your input is correct.</div><div class="gmail_extra"><br><div class="gmail_quote">2017-04-25 9:14 GMT+02:00 达曾 <span dir="ltr"><<a href="mailto:johnzeng91@gmail.com" target="_blank">johnzeng91@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div>  I am using xmerl_scan to decode a xml string, but when calling xmerl_scan:sting, it returns in a tuple:</div><div><br></div><div>{xmlElement{}, Rest}</div><div><br></div><div>I've searched about this API, looks like we all ignore the Rest in return.</div><div><br></div><div>So what is the Rest used for?? Should I ignore them??</div><div><br></div><div>Here is the defination of  xmerl_scan:string/1 in erlang OTP 19, </div><div><br></div><div>







<p class="m_-5927164940784985375gmail-p1"><span class="m_-5927164940784985375gmail-s1"><b>string(Text::list()) -> {</b></span><span class="m_-5927164940784985375gmail-s2"><b>xmlElement()</b></span><span class="m_-5927164940784985375gmail-s1"><b>, Rest}</b></span></p><p class="m_-5927164940784985375gmail-p1"><br class="m_-5927164940784985375gmail-Apple-interchange-newline"> Great thanks.<br></p><p class="m_-5927164940784985375gmail-p1"><br></p></div></div>
<br>______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>