Re: Using lyxhtml_validity.py

2023-01-14 Thread Thibaut Cuvelier
On Fri, 13 Jan 2023 at 17:29, Scott Kostyshak wrote: > On Wed, Jan 11, 2023 at 06:55:11AM +0100, Kornel Benko wrote: > > Am Wed, 11 Jan 2023 01:12:40 +0100 > > schrieb Thibaut Cuvelier : > > > > > > Still > > > > Error: Bad value "content-type" for attribute "http-equiv" > on element "met

Re: Using lyxhtml_validity.py

2023-01-13 Thread Kornel Benko
Am Fri, 13 Jan 2023 15:09:21 -0500 schrieb Scott Kostyshak : > On Fri, Jan 13, 2023 at 06:16:48PM +0100, Kornel Benko wrote: > > Am Fri, 13 Jan 2023 11:28:55 -0500 > > schrieb Scott Kostyshak : > > > > > On Wed, Jan 11, 2023 at 06:55:11AM +0100, Kornel Benko wrote: > > > > Am Wed, 11 Jan 2023

Re: Using lyxhtml_validity.py

2023-01-13 Thread Scott Kostyshak
On Fri, Jan 13, 2023 at 06:16:48PM +0100, Kornel Benko wrote: > Am Fri, 13 Jan 2023 11:28:55 -0500 > schrieb Scott Kostyshak : > > > On Wed, Jan 11, 2023 at 06:55:11AM +0100, Kornel Benko wrote: > > > Am Wed, 11 Jan 2023 01:12:40 +0100 > > > schrieb Thibaut Cuvelier : > > > > > > > > Still > >

Re: Using lyxhtml_validity.py

2023-01-13 Thread Kornel Benko
Am Fri, 13 Jan 2023 11:28:55 -0500 schrieb Scott Kostyshak : > On Wed, Jan 11, 2023 at 06:55:11AM +0100, Kornel Benko wrote: > > Am Wed, 11 Jan 2023 01:12:40 +0100 > > schrieb Thibaut Cuvelier : > > > > > > Still > > > >         Error: Bad value "content-type" for attribute "http-equiv" on > >

Re: Using lyxhtml_validity.py

2023-01-13 Thread Scott Kostyshak
On Wed, Jan 11, 2023 at 06:55:11AM +0100, Kornel Benko wrote: > Am Wed, 11 Jan 2023 01:12:40 +0100 > schrieb Thibaut Cuvelier : > > > > Still > > >         Error: Bad value "content-type" for attribute "http-equiv" on > > > element "meta". > > > > > > Should we ignore this error? > > > > > I do

Re: Using lyxhtml_validity.py

2023-01-10 Thread Kornel Benko
Am Wed, 11 Jan 2023 06:55:11 +0100 schrieb Kornel Benko : > Am Wed, 11 Jan 2023 01:12:40 +0100 > schrieb Thibaut Cuvelier : > > > > Still > > >         Error: Bad value "content-type" for attribute "http-equiv" on > > > element > > > "meta". > > > > > > Should we ignore this error? > > > > >

Re: Using lyxhtml_validity.py

2023-01-10 Thread Kornel Benko
Am Wed, 11 Jan 2023 01:12:40 +0100 schrieb Thibaut Cuvelier : > > Still > >         Error: Bad value "content-type" for attribute "http-equiv" on > > element "meta". > > > > Should we ignore this error? > > > I don't think we should ignore it. It really seems to be platform-dependent > (either

Re: Using lyxhtml_validity.py

2023-01-09 Thread Kornel Benko
Am Mon, 9 Jan 2023 04:08:34 +0100 schrieb Thibaut Cuvelier : > > -- Calling: /usr/bin/xmllint --loaddtd --noout > > "/home/scott/lyxbuilds/master-master/CMakeBuild/autotests/out-home/AbC_GWnnqL/doc/Intro.xhtml" > > -- Check the output: /usr/bin/perl > > /home/scott/lyxbuilds/master-master/repo/dev

Re: Using lyxhtml_validity.py

2023-01-09 Thread Kornel Benko
Am Mon, 9 Jan 2023 04:20:48 +0100 schrieb Thibaut Cuvelier : > [...] > > Sorry for the series of emails, I didn't see the latest developments when I > started replying... > > Regarding simplehtml_validity.py, I think you went a bit fast when > simplifying my code, with many parts now useless.

Re: Using lyxhtml_validity.py

2023-01-09 Thread Kornel Benko
Am Mon, 9 Jan 2023 01:24:16 +0100 schrieb Thibaut Cuvelier : > The assertion could be fixed by my latest commit, > 1b09bc965d > . That code should never have made it to a commit in the first place, but > it's fixed. Confirmed. Kornel pgpXX3ADFzqKI.pgp Description: Digitale Signatur von

Re: Using lyxhtml_validity.py

2023-01-08 Thread Thibaut Cuvelier
On Sun, 8 Jan 2023 at 17:11, Kornel Benko wrote: > Am Sun, 8 Jan 2023 10:57:40 -0500 > schrieb Scott Kostyshak : > > > > Same here. To disable the validity-check simply comment the line > > > development/autotests/export.cmake:335 > > > --> #check_xhtml_validate(${result_file_name}) >

Re: Using lyxhtml_validity.py

2023-01-08 Thread Thibaut Cuvelier
On Sun, 8 Jan 2023 at 16:32, Scott Kostyshak wrote: > On Sun, Jan 08, 2023 at 04:22:09PM +0100, Kornel Benko wrote: > > Am Sun, 8 Jan 2023 10:11:37 -0500 > > schrieb Scott Kostyshak : > > > > > On Sun, Jan 08, 2023 at 03:50:07PM +0100, Kornel Benko wrote: > > > > Am Sun, 8 Jan 2023 09:37:03 -0500

Re: Using lyxhtml_validity.py

2023-01-08 Thread Thibaut Cuvelier
On Sun, 8 Jan 2023 at 09:31, Kornel Benko wrote: > Am Sun, 8 Jan 2023 00:59:34 +0100 > schrieb Thibaut Cuvelier : > > > On Sat, 7 Jan 2023 at 17:10, Kornel Benko wrote: > > > > > Am Sat, 7 Jan 2023 16:26:03 +0100 > > > schrieb Thibaut Cuvelier : > > > > > > > > After your recent changes, the num

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
Am Sun, 8 Jan 2023 10:57:40 -0500 schrieb Scott Kostyshak : > > Same here. To disable the validity-check simply comment the line > > development/autotests/export.cmake:335 > > --> #check_xhtml_validate(${result_file_name}) > > Would it be reasonable to commit everything, but keep

Re: Using lyxhtml_validity.py

2023-01-08 Thread Scott Kostyshak
On Sun, Jan 08, 2023 at 04:48:31PM +0100, Kornel Benko wrote: > Am Sun, 8 Jan 2023 10:32:25 -0500 > schrieb Scott Kostyshak : > > > On Sun, Jan 08, 2023 at 04:22:09PM +0100, Kornel Benko wrote: > > > Am Sun, 8 Jan 2023 10:11:37 -0500 > > > schrieb Scott Kostyshak : > > [skip] > > > > > -- Msg Su

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
Am Sun, 8 Jan 2023 10:32:25 -0500 schrieb Scott Kostyshak : > On Sun, Jan 08, 2023 at 04:22:09PM +0100, Kornel Benko wrote: > > Am Sun, 8 Jan 2023 10:11:37 -0500 > > schrieb Scott Kostyshak : [skip] > > > -- Msg Summary: --OK: Exporting > > > "/home/scott/lyxbuilds/master-master/CMakeBui

Re: Using lyxhtml_validity.py

2023-01-08 Thread Scott Kostyshak
On Sun, Jan 08, 2023 at 04:22:09PM +0100, Kornel Benko wrote: > Am Sun, 8 Jan 2023 10:11:37 -0500 > schrieb Scott Kostyshak : > > > On Sun, Jan 08, 2023 at 03:50:07PM +0100, Kornel Benko wrote: > > > Am Sun, 8 Jan 2023 09:37:03 -0500 > > > schrieb Scott Kostyshak : > > > > > > > On Sun, Jan 08,

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
Am Sun, 8 Jan 2023 10:11:37 -0500 schrieb Scott Kostyshak : > On Sun, Jan 08, 2023 at 03:50:07PM +0100, Kornel Benko wrote: > > Am Sun, 8 Jan 2023 09:37:03 -0500 > > schrieb Scott Kostyshak : > > > > > On Sun, Jan 08, 2023 at 09:30:43AM +0100, Kornel Benko wrote: > > > > Am Sun, 8 Jan 2023 00

Re: Using lyxhtml_validity.py

2023-01-08 Thread Scott Kostyshak
On Sun, Jan 08, 2023 at 03:50:07PM +0100, Kornel Benko wrote: > Am Sun, 8 Jan 2023 09:37:03 -0500 > schrieb Scott Kostyshak : > > > On Sun, Jan 08, 2023 at 09:30:43AM +0100, Kornel Benko wrote: > > > Am Sun, 8 Jan 2023 00:59:34 +0100 > > > schrieb Thibaut Cuvelier : > > > > > > > On Sat, 7 Jan

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
Am Sun, 8 Jan 2023 09:37:03 -0500 schrieb Scott Kostyshak : > On Sun, Jan 08, 2023 at 09:30:43AM +0100, Kornel Benko wrote: > > Am Sun, 8 Jan 2023 00:59:34 +0100 > > schrieb Thibaut Cuvelier : > > > > > On Sat, 7 Jan 2023 at 17:10, Kornel Benko wrote: > > > > > > > Am Sat, 7 Jan 2023 16:26:

Re: Using lyxhtml_validity.py

2023-01-08 Thread Scott Kostyshak
On Sun, Jan 08, 2023 at 09:30:43AM +0100, Kornel Benko wrote: > Am Sun, 8 Jan 2023 00:59:34 +0100 > schrieb Thibaut Cuvelier : > > > On Sat, 7 Jan 2023 at 17:10, Kornel Benko wrote: > > > > > Am Sat, 7 Jan 2023 16:26:03 +0100 > > > schrieb Thibaut Cuvelier : > > > > > > > > After your recent cha

Re: Using lyxhtml_validity.py

2023-01-08 Thread Kornel Benko
Am Sun, 8 Jan 2023 00:59:34 +0100 schrieb Thibaut Cuvelier : > On Sat, 7 Jan 2023 at 17:10, Kornel Benko wrote: > > > Am Sat, 7 Jan 2023 16:26:03 +0100 > > schrieb Thibaut Cuvelier : > > > > > > After your recent changes, the number of errors decreased :) > > > > > > > > I got now (for Tufte_Boo

Re: Using lyxhtml_validity.py

2023-01-07 Thread Thibaut Cuvelier
On Sat, 7 Jan 2023 at 17:10, Kornel Benko wrote: > Am Sat, 7 Jan 2023 16:26:03 +0100 > schrieb Thibaut Cuvelier : > > > > After your recent changes, the number of errors decreased :) > > > > > > I got now (for Tufte_Book.xhtml) > > > Error: Bad value "content-type" for attribute "http-equ

Re: Using lyxhtml_validity.py

2023-01-07 Thread Kornel Benko
Am Sat, 7 Jan 2023 16:26:03 +0100 schrieb Thibaut Cuvelier : > > After your recent changes, the number of errors decreased :) > > > > I got now (for Tufte_Book.xhtml) > >         Error: Bad value "content-type" for attribute "http-equiv" on > > element "meta". > >         From line 5, column 1 t

Re: Using lyxhtml_validity.py

2023-01-07 Thread Thibaut Cuvelier
On Sat, 7 Jan 2023 at 10:41, Kornel Benko wrote: > Am Sat, 7 Jan 2023 03:59:54 +0100 > schrieb Thibaut Cuvelier : > > > On Sat, 31 Dec 2022 at 10:37, Kornel Benko wrote: > > > > > Hi Thibaut, > > > I started to integrate (a modified) version of lyxhtml_validity.py. > > > But I am getting errors

Re: Using lyxhtml_validity.py

2023-01-07 Thread Kornel Benko
Am Sat, 7 Jan 2023 03:59:54 +0100 schrieb Thibaut Cuvelier : > On Sat, 31 Dec 2022 at 10:37, Kornel Benko wrote: > > > Hi Thibaut, > > I started to integrate (a modified) version of lyxhtml_validity.py. > > But I am getting errors like in the attached. > > > > Hi Kornel, > > It may very well b

Re: Using lyxhtml_validity.py

2023-01-06 Thread Thibaut Cuvelier
On Sat, 31 Dec 2022 at 10:37, Kornel Benko wrote: > Hi Thibaut, > I started to integrate (a modified) version of lyxhtml_validity.py. > But I am getting errors like in the attached. > Hi Kornel, It may very well be the latest patches I got for XHTML that trigger different code paths for the val

Using lyxhtml_validity.py

2022-12-31 Thread Kornel Benko
Hi Thibaut, I started to integrate (a modified) version of lyxhtml_validity.py. But I am getting errors like in the attached. Kornel val.err Description: Binary data pgpy_MnXMI7qO.pgp Description: Digitale Signatur von OpenPGP -- lyx-devel mailing list lyx-devel@lists.lyx.org http://l