Re: Mismatched end tag but it seems perfectly regular

"Oleksandr Gavenko [email protected] [emacs-nxml-mode]" <[email protected]> Fri, 11 Mar 2016 10:41:49 +0200
Newsgroups gmane.emacs.nxml.general
Organization Oleksandr Gavenko <[email protected]>, http://defun.work/
Message-ID <[email protected]>
On 2016-03-11, Renzo Orsini [email protected] [emacs-nxml-mode] wrote:

> I have an xml file with ~3500 lines, without a DTD, in which a single end=
 tag is marked as =E2=80=9CMismatched end tag" (it is the second </word> in=
 this three-iine fragment:
>
>             <word id=3D"w1065">tibi</word>
>             <word id=3D"w1066">saecula</word>
>             <word id=3D"w1067">finem</word>
>
You miss top level enclosing tag:

  <words>
    ...
  </words>

Is is mandatory according to XML 1.0 / 1.1 specs.

--=20
http://defun.work/


------------------------------------
Posted by: Oleksandr Gavenko <[email protected]>
------------------------------------