lfs/stylesheets/lfs-xsl/xhtml
Pierre Labastie e2789b4c66 stylesheets: fix generation of footnotes
There was two problems:
- the sect1 template did not process the footnote
- footnote processing needed to use a template matching
  footnote/para[1], but we had a template matching para
  at a higher precendence level.
So:
- call process.footnotes at the end of the sect1 template
- Add a templates matching footnote/para[1] at the same import
  level as the template matching para (this just call the original
  template)
We also add a priority 1 to the sect1 template in chunk-code.xsl,
although it is not strictly necessary. This is what upstream
recommends...
2025-03-11 15:45:14 +01:00
..
lfs-admon.xsl Change all input encodings to UTF-8 2024-01-18 21:09:26 +01:00
lfs-index.xsl Use UTF-8 characters instead of &#...; 2024-01-18 15:03:54 +08:00
lfs-legalnotice.xsl Change all input encodings to UTF-8 2024-01-18 21:09:26 +01:00
lfs-mixed.xsl stylesheets: fix generation of footnotes 2025-03-11 15:45:14 +01:00
lfs-navigational.xsl Change all input encodings to UTF-8 2024-01-18 21:09:26 +01:00
lfs-sections.xsl stylesheets: fix generation of footnotes 2025-03-11 15:45:14 +01:00
lfs-titles.xsl Change all input encodings to UTF-8 2024-01-18 21:09:26 +01:00
lfs-toc.xsl Typos on comments. 2024-08-23 14:01:06 -05:00
lfs-xref.xsl Change all input encodings to UTF-8 2024-01-18 21:09:26 +01:00