Stylesheets meeting addendum
Attn: Meaghan Brown, Martin Holmes, Martina Scholger, Elisa Beshero-Bondar, and Raff Viglianti Please see 2nd page of today’s noteshttps://docs.google.com/document/d/11aTpKoEaXfYuHTbtCd7Vh6rxdeM-QVxcCp8Ej7VM...; if in a rush skip down to last section, “Current State of Play”.
Stylesheets builds are broken too, but that'll just be tests. :-) No time to look at anything today, unfortunately. Cheers, Martin On 2020-12-01 8:04 p.m., Bauman, Syd wrote:
Attn: Meaghan Brown, Martin Holmes, Martina Scholger, Elisa Beshero-Bondar, and Raff Viglianti
Please see 2nd page of today’s notes https://docs.google.com/document/d/11aTpKoEaXfYuHTbtCd7Vh6rxdeM-QVxcCp8Ej7VM...; if in a rush skip down to last section, “Current State of Play”.
_______________________________________________ Tei-council mailing list Tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
-- ------------------------------------- Humanities Computing and Media Centre University of Victoria mholmes@uvic.ca
We have a possible problem here; Test2 results show that egXML elements are being lost in HTML output, where before they were being rendered. The test is testRendition1. The verbatim code doesn't seem to be getting called. This suggests that we should actually have been doing this work in a branch, unfortunately. Perhaps we should roll back and start again in a branch. Cheers, Martin On 2020-12-02 7:38 a.m., Martin Holmes wrote:
Stylesheets builds are broken too, but that'll just be tests. :-)
No time to look at anything today, unfortunately.
Cheers, Martin
On 2020-12-01 8:04 p.m., Bauman, Syd wrote:
Attn: Meaghan Brown, Martin Holmes, Martina Scholger, Elisa Beshero-Bondar, and Raff Viglianti
Please see 2nd page of today’s notes https://docs.google.com/document/d/11aTpKoEaXfYuHTbtCd7Vh6rxdeM-QVxcCp8Ej7VM...; if in a rush skip down to last section, “Current State of Play”.
_______________________________________________ Tei-council mailing list Tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
-- ------------------------------------- Humanities Computing and Media Centre University of Victoria mholmes@uvic.ca
To be more specific: this input to HTML conversion: <row> <cell> <egXML xmlns="http://www.tei-c.org/ns/Examples">This is in a <ab rendition="#bold #initcaps">ab element</ab></egXML> </cell> <cell>This is in a <ab rendition="#bold #initcaps">ab element</ab></cell> </row> used to produce this output: <tr> <td> <div id="index.xml-egXML-d29e54" class="pre egXML_valid">This is in a <span class="element"><ab <span class="attribute">rendition</span>="<span class="attributevalue">#bold #initcaps</span>"></span>ab element<span class="element"></ab></span> </div> </td> <td>This is in a <div class="bold initcaps">ab element</div> </td> </tr> but now it only produces this: <tr> <td>This is in a ab element</td> <td>This is in a <div class="bold initcaps">ab element</div> </td> </tr> Cheers, Martin On 2020-12-02 8:25 a.m., Martin Holmes wrote:
We have a possible problem here; Test2 results show that egXML elements are being lost in HTML output, where before they were being rendered. The test is testRendition1. The verbatim code doesn't seem to be getting called.
This suggests that we should actually have been doing this work in a branch, unfortunately. Perhaps we should roll back and start again in a branch.
Cheers, Martin
On 2020-12-02 7:38 a.m., Martin Holmes wrote:
Stylesheets builds are broken too, but that'll just be tests. :-)
No time to look at anything today, unfortunately.
Cheers, Martin
On 2020-12-01 8:04 p.m., Bauman, Syd wrote:
Attn: Meaghan Brown, Martin Holmes, Martina Scholger, Elisa Beshero-Bondar, and Raff Viglianti
Please see 2nd page of today’s notes https://docs.google.com/document/d/11aTpKoEaXfYuHTbtCd7Vh6rxdeM-QVxcCp8Ej7VM...; if in a rush skip down to last section, “Current State of Play”.
_______________________________________________ Tei-council mailing list Tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
Indeed, there is a severe problem. Evidence, methinks, that we should have done this in a branch. Sigh. Anyway, I have ascertained that the problem is caused by the removal of the teix:egXML template from html/html_tagdocs.xsl. So obviously we could just put it back, that solves the problem. But it is not a good solution, IMHO, to have two of the exact same template in two seaprate files. I am going to suggest it is worth some time to figure out an alternate solution. (If we cannot find a solution, or just get fed up before we do, we can always put it back, and go on with successful Stylesheets and our tail between our legs. :-) ________________________________ Stylesheets builds are broken too, but that'll just be tests. :-) No time to look at anything today, unfortunately.
We congratulated each other a little prematurely! Are Stylesheets issues ever *really* solved in one hour? In future we will make sure we always tackle these issues in a branch, even when we are trusting the wielder of emacs and starlet to always know the way. :-) Looking forward to a long semester break coming up when I can concentrate on things that take a long time to fix... Elisa Sent from my iPad
On Dec 2, 2020, at 7:24 PM, Bauman, Syd
wrote: Indeed, there is a severe problem. Evidence, methinks, that we should have done this in a branch. Sigh. Anyway, I have ascertained that the problem is caused by the removal of the teix:egXML template from html/html_tagdocs.xsl. So obviously we could just put it back, that solves the problem.
But it is not a good solution, IMHO, to have two of the exact same template in two seaprate files. I am going to suggest it is worth some time to figure out an alternate solution. (If we cannot find a solution, or just get fed up before we do, we can always put it back, and go on with successful Stylesheets and our tail between our legs. :-)
Stylesheets builds are broken too, but that'll just be tests. :-)
No time to look at anything today, unfortunately.
_______________________________________________ Tei-council mailing list Tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
I think this comes from letting the ticket mandate get broader and broader. We should stick to one task per ticket, and resist at all costs the temptation to start improving and tidying up everything we come across that doesn't look perfect, because that's an endless task anyway, and it complicates things so we can't easily tell what the problem is when we break something. Cheers, Martin On 2020-12-02 5:49 p.m., Elisa Beshero-Bondar wrote:
We congratulated each other a little prematurely! Are Stylesheets issues ever *really* solved in one hour? In future we will make sure we always tackle these issues in a branch, even when we are trusting the wielder of emacs and starlet to always know the way. :-)
Looking forward to a long semester break coming up when I can concentrate on things that take a long time to fix...
Elisa
Sent from my iPad
On Dec 2, 2020, at 7:24 PM, Bauman, Syd
wrote: Indeed, there is a severe problem. Evidence, methinks, that we should have done this in a branch. Sigh. Anyway, I have ascertained that the problem is caused by the removal of the teix:egXML template from html/html_tagdocs.xsl. So obviously we could just put it back, that solves the problem.
But it is not a good solution, IMHO, to have two of the exact same template in two seaprate files. I am going to suggest it is worth some time to figure out an alternate solution. (If we cannot find a solution, or just get fed up before we do, we can always put it back, and go on with successful Stylesheets and our tail between our legs. :-)
------------------------------------------------------------------------ Stylesheets builds are broken too, but that'll just be tests. :-)
No time to look at anything today, unfortunately.
_______________________________________________ Tei-council mailing list Tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
_______________________________________________ Tei-council mailing list Tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
-- ------------------------------------- Humanities Computing and Media Centre University of Victoria mholmes@uvic.ca
without looking at the details (of the specific issue) I want Martin's last comment to become our categorical imperativ :) Cheers Peter
Am 03.12.2020 um 04:04 schrieb Martin Holmes
: I think this comes from letting the ticket mandate get broader and broader. We should stick to one task per ticket, and resist at all costs the temptation to start improving and tidying up everything we come across that doesn't look perfect, because that's an endless task anyway, and it complicates things so we can't easily tell what the problem is when we break something.
Cheers, Martin
On 2020-12-02 5:49 p.m., Elisa Beshero-Bondar wrote:
We congratulated each other a little prematurely! Are Stylesheets issues ever *really* solved in one hour? In future we will make sure we always tackle these issues in a branch, even when we are trusting the wielder of emacs and starlet to always know the way. :-) Looking forward to a long semester break coming up when I can concentrate on things that take a long time to fix... Elisa Sent from my iPad
On Dec 2, 2020, at 7:24 PM, Bauman, Syd
wrote: Indeed, there is a severe problem. Evidence, methinks, that we should have done this in a branch. Sigh. Anyway, I have ascertained that the problem is caused by the removal of the teix:egXML template from html/html_tagdocs.xsl. So obviously we could just put it back, that solves the problem.
But it is not a good solution, IMHO, to have two of the exact same template in two seaprate files. I am going to suggest it is worth some time to figure out an alternate solution. (If we cannot find a solution, or just get fed up before we do, we can always put it back, and go on with successful Stylesheets and our tail between our legs. :-)
------------------------------------------------------------------------ Stylesheets builds are broken too, but that'll just be tests. :-)
No time to look at anything today, unfortunately.
_______________________________________________ Tei-council mailing list Tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
Tei-council mailing list Tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
-- ------------------------------------- Humanities Computing and Media Centre University of Victoria mholmes@uvic.ca _______________________________________________ Tei-council mailing list Tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
participants (4)
-
Bauman, Syd
-
Elisa Beshero-Bondar
-
Martin Holmes
-
Peter Stadler