<?xml version="1.0"?>
<!--
-SPDX-FileCopyrightText: 2023, 2024 Lady <https://www.ladys.computer/about/#lady>
+SPDX-FileCopyrightText: 2023, 2024, 2025 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: MPL-2.0
-->
<!--
⁌ ⛩📰 书社 ∷ parsers/tsv.xslt
-© 2023–2024 Lady [@ Ladys Computer].
+© 2023–2025 Lady [@ Ladys Computer].
This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
If a copy of the M·P·L was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
</element>
</for-each>
<for-each select="exsl:node-set($headcols)/*[position()>count(exsl:node-set($cols)/*)]">
- <element name="td" namespace="&xhtml;"/>
+ <element name="td" namespace="&xhtml;">
+ <attribute name="data-tsv-header">
+ <value-of select="."/>
+ </attribute>
+ </element>
</for-each>
</element>
</otherwise>