Hello There! I'm using XMLSP for a project at College and I'm having a little problem:
"<hello/>"
Tags like this one seem to break the normal flow of the parsing process.
<hello> <a> <b></b> <c> <e/> <d></d> </c> </a> </hello>
I'm not getting the tag open/tag close for "e" and, instead, "c" is being closed and reopened before "d" is parsed... Is it an expected behaviour?
Thanks a lot
There was a line of code missing. I will upload new package in an hour.
Thank you for reporting this bug.
Log in to post a comment.
Hello There! I'm using XMLSP for a project at College and I'm having a little problem:
"<hello/>"
Tags like this one seem to break the normal flow of the parsing process.
<hello>
<a>
<b></b>
<c>
<e/>
<d></d>
</c>
</a>
</hello>
I'm not getting the tag open/tag close for "e" and, instead, "c" is being closed and reopened before "d" is parsed... Is it an expected behaviour?
Thanks a lot
There was a line of code missing. I will upload new package in an hour.
Thank you for reporting this bug.