#515: well formedness errors in xml files

opened by tcatapano

There are a number of files under ms-xml which are not well-formed XML.

``` ms-xml/tc/tcp019rpreTEI.xml:35: parser error : Opening and ending tag mismatch: ab line 12 and ms balle</ms> a la culasse</ms> & en ostent quelque fois sur le ^ ms-xml/tc/tcp019rpreTEI.xml:40: parser error : Opening and ending tag mismatch: div line 6 and ab que lon leur baille</ab> ^ ms-xml/tc/tcp019rpreTEI.xml:212: parser error : Opening and ending tag mismatch: root line 1 and div </div> ^ ms-xml/tc/tcp019rpreTEI.xml:213: parser error : Extra content at the end of the document </root> ^ ms-xml/tc/tcp170vpreTEI.xml:27: parser error : Opening and ending tag mismatch: div line 6 and ab un tiers <del>sur qu</del></ab> ^ ms-xml/tc/tcp170vpreTEI.xml:34: parser error : Opening and ending tag mismatch: root line 1 and div </div> ^ ms-xml/tc/tcp170vpreTEI.xml:36: parser error : Extra content at the end of the document <div> ^ ms-xml/tcn/tcnp147vpreTEI.xml:16: parser error : Opening and ending tag mismatch: head line 10 and m et <m>vieulx K</m></m><comment>c086v03</comment> et quelque R<ill/><comment>c ^ ms-xml/tcn/tcnp147vpreTEI.xml:17: parser error : Opening and ending tag mismatch: div line 6 and head xii</head> ^ ms-xml/tcn/tcnp147vpreTEI.xml:39: parser error : Opening and ending tag mismatch: root line 1 and div </div> ^ ms-xml/tcn/tcnp147vpreTEI.xml:41: parser error : Extra content at the end of the document <div> ^ ms-xml/tl/tlp093rpreTEI.xml:68: parser error : Opening and ending tag mismatch: tl line 68 and m <ab> <del><m>Ashes</m></del> <m>well <tl>pulverized tallow</m> molds</tl> & ^ ms-xml/tl/tlp093r_preTEI.xml:68: parser error : Opening and ending tag mismatch: m line 68 and tl <ab> <del><m>Ashes</m></del> <m>well <tl>pulverized tallow</m> molds</tl> & ^

```

As a reminder, please fix any well-formedness files before closing files. Well-formedness errors are indictated by red bars on the sidebar of oXygen.

Well-formedness validation can also be performed by doing the following (https://www.oxygenxml.com/doc/versions/20.1/ug-author/topics/checking-xml-well-formedness.html#checking-xml-well-formedness__checkforwellformedness)


thuchacz commented:

@tcatapano All of the xml files are currently well-formed. I'm not sure what this is referring to.

T.