(メッセージはありません)
@@ -1297,7 +1297,7 @@ | ||
1297 | 1297 | </ROW> |
1298 | 1298 | </xsl:template> |
1299 | 1299 | |
1300 | -<!-- | |
1300 | +<!-- 7.2.9.2 (2020/10/30) で復活 --> | |
1301 | 1301 | <xsl:template mode="param" match="*[@style]" > |
1302 | 1302 | <xsl:if test="string-length(@style) > 80" > |
1303 | 1303 | <ROW> |
@@ -1308,10 +1308,9 @@ | ||
1308 | 1308 | <TEXT_DATA><xsl:copy-of select="." /></TEXT_DATA> |
1309 | 1309 | </ROW> |
1310 | 1310 | </xsl:if> |
1311 | ---> | |
1311 | + | |
1312 | 1312 | <!-- 7.0.1.5 (2018/12/10) style='display:none' は、og:thead 内部では使わないほうが良い。 --> |
1313 | -<!-- 7.2.6.0 (2020/06/30) match="*[@style]" で処理します。 --> | |
1314 | -<!-- | |
1313 | +<!-- 7.2.9.2 (2020/10/30) で復活 --> | |
1315 | 1314 | <xsl:if test="(ancestor::og:thead) and contains(@style,'display') and contains(@style,'none')" > |
1316 | 1315 | <ROW> |
1317 | 1316 | <xsl:copy-of select="$row_header" /> |
@@ -1322,7 +1321,6 @@ | ||
1322 | 1321 | </ROW> |
1323 | 1322 | </xsl:if> |
1324 | 1323 | </xsl:template> |
1325 | ---> | |
1326 | 1324 | |
1327 | 1325 | <!-- 7.0.2.1 (2019/02/25) style='display:none' は、og:thead 内部では使わないほうが良い。 --> |
1328 | 1326 | <!-- 7.2.6.0 (2020/06/30) match="*[@style]" で処理します。 |