I have to elements that can appear in a XML file i recieve.
This would be valid
<a>data</a>
<b>data</a>
So would this be valid
<a/>
<b/>
This would not be valid
<a/>
<b>data</b>
Also it should be valid for both not to appear at all in the XML file who can I achieve this ??
THA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.