(premetto che non so nulla di ste cose)
ho un file xslt che contiene dei tag simili :

<xsl:template match="dalla">
<xsl:element name="fo:table-row" namespace="http://www.w3.org/1999/XSL/Format">
<xsl:element name="fo:table-cell" namespace="http://www.w3.org/1999/XSL/Format">
<xsl:element name="fo:block" namespace="http://www.w3.org/1999/XSL/Format">
<xsl:value-of select="."/>
</xsl:element>
</xsl:element>
</xsl:element>
</xsl:template>

Mi è stato detto che posso formattarlo tipo html.
Qualcuno mi fa un esempio di dove posso mettere qualche tag html nell'esempio che ho fatto sopra affinche appunto i tag html funzionino?