1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-11 16:10:45 +03:00
Files
libxslt/tests/REC/bigfont.xsl
2001-02-08 11:24:19 +00:00

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>