Improve the xml parser so it can handle missing data that is sent in a shortcut manner. For example, NAME is blank or missing:
<NAME></NAME>
Shortcut manner is
<NAME/>
1 comment
ADMIN
Brandon
Posted on:13 Jun 2013 20:38
We use the DOM XML parser, which is perfectly adequate for parsing valid XML.