Martin Sevior wrote: > My question is it valid XML to have two > close tags in a row?
xmllint shows these errirs with your XML: (after adding the <abiword>
tag at the beginning)
test:47: error: Opening and ending tag mismatch: cell and table
</table>
^
test:50: error: Opening and ending tag mismatch: table and section
</section>
^
test:51: error: Opening and ending tag mismatch: section and abiword
</abiword>
^
test:56: error: Premature end of data in tag abiword
^
