Re: Mismatched end tag but it seems perfectly regular
"Peter Flynn [email protected] [emacs-nxml-mode]" <[email protected]> Fri, 11 Mar 2016 21:00:36 +0000
| Newsgroups | gmane.emacs.nxml.general |
|---|---|
| Organization | Silmaril Consultants |
| Message-ID | <[email protected]> |
On 03/11/2016 07:50 AM, 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 “Mismatched end tag" (it is the second </word> in this three-iine fragment: > > <word id="w1065">tibi</word> > <word id="w1066">saecula</word> > <word id="w1067">finem</word> Whenever I hit a problem like this, I always use a standalone parser from the command line, eg onsgmls or rxp or something like. This removes the possibility that some other environmental factor is contributing to the "error". ///Peter ------------------------------------ Posted by: Peter Flynn <[email protected]> ------------------------------------