Skip to content

Commit

Permalink
Le fichier manquant.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Jan 30, 2011
1 parent bf537ff commit c9564c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions stylesheets/pdf/pg-function.xsl
@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='ISO-8859-1'?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml"
version="1.0">

<!-- cet astuce est necessaire pour supprimer le ", " ajoute automatiquement -->
<xsl:template match="function/replaceable" priority="1">
<xsl:call-template name="inline.italicmonoseq"/>
<xsl:if test="following-sibling::*">
<xsl:text></xsl:text>
</xsl:if>
</xsl:template>

</xsl:stylesheet>

0 comments on commit c9564c7

Please sign in to comment.