I had thought xml had to have a start & end tag, for example
<SalesRankings> 1 </SalesRankings>
but this is a jpg of my XML, where the above format is not followed. I pasted it into an XML validator & it didn't throw any errors, so is it valid?
<SalesRankings/>
Is the above Malformed XML or not?