Thanks to all of you, really!! But I'm not using the example. In fact, if I try to use it, everything works, but when I move it to my servlet... It's really strange, because if I set any font, it appears with Times New Roman (the default one), but if I don't set it, it appears with Arial!!!
Anyway, thank you! Salve P.S. I send you the right xsl: <xsl:attribute-set name="style"> <xsl:attribute name="font-size">10pt</xsl:attribute> </xsl:attribute-set> With this style, the font is Arial If I set this one: <xsl:attribute-set name="style"> <xsl:attribute name="font-size">10pt</xsl:attribute> <xsl:attribute name="font-family">Verdana</xsl:attribute> <xsl:attribute name="font-style"/> </xsl:attribute-set> (with Verdana or any other font), the font is Times New Roman. And if I set: <xsl:attribute-set name="style"> <xsl:attribute name="font-size">10pt</xsl:attribute> <xsl:attribute name="font-family">Verdana</xsl:attribute> </xsl:attribute-set> there is an exception. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]