<xsl:template match="point[attribute(style)='bold']"> <LI><B><xsl:process-children/></B></LI> </xsl:template> <xsl:template match="subpoints/point[attribute(style)='bold']"> <LI><I><B><xsl:process-children/></B></I></LI> </xsl:template>