Re: Use XSLT to check a bunch of XHTML files forwell-formedness?

"Liam R. E. Quin [email protected]" <[email protected]> Wed, 17 Feb 2021 22:27:25 -0000
Newsgroups gmane.text.xml.xsl.general.mulberrytech
Message-ID <[email protected]>
On Wed, 2021-02-17 at 16:52 +0000, Roger L Costello [email protected]
wrote:
> I ran xmlwf on a folder that contains 10,000 XHTML files. Wow! It
> checked all of them in a couple seconds. However, the error messages
> are poor. For example, here is one of the error messages:
> 
>         xhtml\htmloutput10.xhtml:206:2: mismatched tag
> 
> Compare that to the error message I get when I run my super-simple
> XSLT program on the XHTML file:
> 
> Error on line 206 column 3 of htmloutput10.xhtml:
>   SXXP0003  Error reported by XML parser: The element type "input"
> must be terminated by the
>   matching end-tag "</input>".
> 
> I find the latter error message to be more helpful.

The xmllint --noout message for this is even more helpful, giving the
line number of both the first and the "mismatched" tag.

Liam

-- 
Liam Quin, https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Barefoot Web-slave, antique illustrations:  http://www.fromoldbooks.org
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/3329386
or by email: [email protected]
--~--