~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to doc/common/common.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0'?>
 
2
<!DOCTYPE xsl:stylesheet [
 
3
]>
 
4
 
 
5
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
6
                version='1.0'>
 
7
 
 
8
<xsl:template match="parameter">
 
9
        <xsl:choose>
 
10
                <xsl:when test="@role = 'keyword'">
 
11
                        <xsl:call-template name="inline.boldmonoseq"/>
 
12
                </xsl:when>
 
13
                <xsl:otherwise>
 
14
                        <xsl:call-template name="inline.italicmonoseq"/>
 
15
                </xsl:otherwise>
 
16
        </xsl:choose>
 
17
</xsl:template>
 
18
 
 
19
</xsl:stylesheet>