Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xsl を使用して、HTML で取り消し線付きのテキストを表示したいと考えています。
<xsl:text>Hello world</xsl:text>
期待される出力: Hello world
助言がありますか ?
残念ながら、現時点ではこれらのいずれもテストできませんが、次の可能性があります。
<strike><xsl:text>Hello world</xsl:text></strike>
また
<fo:inline text-decoration="line-through"><xsl:text>Hello world</xsl:Text></fo:inline>
それらの1つがあなたのために働くことを願っています!