RE: [office] Re: URL to the XSLT being used to transform ODT 1.3 to HTML specification

From
Francis Cave <>
Date
2020-05-27T20:57:42+00:00
ID
[email protected]
Thread
RE: [office] Re: URL to the XSLT being used to transform ODT 1.3 to HTML specification
Hi Svante

 

Sorry you havenât had a response to your posting of 14 May. I presume that youâre referring to CS01. I had no hand in preparing this HTML, so my guess is certainly no better than yours, but looking at the source of the HTML (itâs XHTML) Iâd say that it was all definitely converted using the XSLT built into LibreOffice, since I see the following comment at the top of each Part:

 

<!--This file was converted to xhtml by LibreOffice - see https://cgit.freedesktop.org/libreoffice/core/tree/filter/source/xslt for the code.-->

 

My guess is that Paul Knight at OASIS generated the XHTML in LibreOffice rather than by running the XSLT separately, but Patrick may know differently.

 

Kind regards,

 

Francis

 

 

 

From:  <> On Behalf Of Svante Schubert
Sent: 27 May 2020 18:59
To: Patrick Durusau <>; Francis Cave <>
Cc: 
Subject: [office] Re: URL to the XSLT being used to transform ODT 1.3 to HTML specification

 

Dear TC members

 

after 13 days I suspect the XSLT was taken directly from the LibreOffice that was installed on the editor's machine.

Am I suspecting right?

 

I am asking as I would like to compare that XSLT version used to create the ODF 1.3 HTML with the versions I have in my personal archive and I had been used for ODF 1.2.

Otherwise, I will compare my version with the latest version of LibreOffice.

 

The reason for the comparison are several regressions, that I have observed:

Missing paragraph border

Missing space in between heading text and heading number

Untypical margin/padding of paragraphs

Finally, I would like to write a script to remove the random ID of the content table (first below) and only use the methodical ID that is being inserted (second below, 
for instance, the following two URLs point to the same <table:table-cell> declaration:

https://docs.oasis-open.org/office/OpenDocument/v1.3/cs01/part3-schema/OpenDocument-v1.3-cs01-part3-schema.html#__RefHeading__1415590_253892949 

https://docs.oasis-open.org/office/OpenDocument/v1.3/cs01/part3-schema/OpenDocument-v1.3-cs01-part3-schema.html#element-table_table-cell   

 

Best regards,

Svante

 

Am Do., 14. Mai 2020 um 11:56 Uhr schrieb Svante Schubert <>:

Dear ODF editors,

 

Could you please point me to the location of the latest / currently used XSL transformation stylesheets of the ODT 1.3 to HTML specification?

 

Thanks in advance,

Svante