[Solved] Error:(54) Error parsing XML: mismatched tag
Replace your last <TableRow/> with </TableRow></TableRow> <TableRow/> is a self closing node </TableRow> is the closing tag for a node, a subtle difference but an important one none the less. There are many tools which might help you with this kind of issue, I recommend that you use the XML tools plugin, it will really … Read more