xsl-list
[Top] [All Lists]

Re: [xsl] Use XSLT to check a bunch of XHTML files for well-formedness?

2021-02-16 15:10:19
On Tue, 2021-02-16 at 21:04 +0000, Martin Honnen 
martin(_dot_)honnen(_at_)gmx(_dot_)de
wrote:

In theory I think that should check with doc-available if the file is
well-formed or not. Haven't tested however.

It catches some problems, but will try to load the DTD. You can use
try/catch in XSLT to get most errors, but not all. However, i use
either xmllint or xmlwf for this situation. Massively faster and
easier, and more useful error messages most of the time, but xmllint
doesn't report line numbers correctly after line 65535, so i use xmlwf
in that case.

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/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>