print.xsl
branchstyles
changeset 4 301b54644bfa
parent 0 08de8d15f932
child 5 20b41b986ac6
equal deleted inserted replaced
3:6e7e05c2ded6 4:301b54644bfa
    83   <block><xsl:apply-templates/></block>
    83   <block><xsl:apply-templates/></block>
    84 </xsl:template>
    84 </xsl:template>
    85 
    85 
    86 <!-- list processing -->
    86 <!-- list processing -->
    87 <xsl:template match="list">
    87 <xsl:template match="list">
    88   <list-block>
    88   <list-block space-before="24pt">
    89     <xsl:apply-templates/>
    89     <xsl:apply-templates/>
    90   </list-block>
    90   </list-block>
    91 </xsl:template>
    91 </xsl:template>
    92 <xsl:template match="shortlist">
    92 <xsl:template match="shortlist">
    93   <block margin-left="24pt"><xsl:apply-templates mode="short"/></block>
    93   <block margin-left="24pt"><xsl:apply-templates mode="short"/></block>