diff options
Diffstat (limited to 'DocBook/Stylesheets/common/inline.xsl')
-rw-r--r-- | DocBook/Stylesheets/common/inline.xsl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/DocBook/Stylesheets/common/inline.xsl b/DocBook/Stylesheets/common/inline.xsl deleted file mode 100644 index 5f39338..0000000 --- a/DocBook/Stylesheets/common/inline.xsl +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version='1.0'?> -<xsl:stylesheet - xmlns:fo="http://www.w3.org/1999/XSL/Format" - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version="1.0"> - - <xsl:template match="application"> - <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline> - </xsl:template> - - <xsl:template match="guimenu"> - <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline> - </xsl:template> - - <xsl:template match="guilabel"> - <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline> - </xsl:template> - - <xsl:template match="guimenuitem"> - <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline> - </xsl:template> - - <xsl:template match="guisubmenu"> - <fo:inline font-style="italic"><xsl:call-template name="inline.charseq"/></fo:inline> - </xsl:template> - -</xsl:stylesheet> |