mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-11 16:10:45 +03:00
7 lines
189 B
XML
7 lines
189 B
XML
<xsl:stylesheet version="1.0"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
<xsl:template match="big">
|
|
<em><xsl:apply-templates/></em>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|