<xsl:template match="slide"> <HR/> <H2><xsl:process select="title"/></H2> <UL> <xsl:process-children/> </UL> </xsl:template>