|
From: Colin S. <col...@ex...> - 2004-03-21 03:24:26
|
Did this work for you? I did a brief test, modifying param.xsl, and there was still no grey background... The instructions below are actually inconsistent. In any case, neither the value #E0E0E0 (original one there) nor #F0F0F0 seem to produce a grey background... tho...@tr... wrote: >Thnks, I'll try that. How about turning of the hyphenation and justification of >all paragraphs? > >Thomas > >Quoting sk...@fe...: > > > >>You need to set these two properties >> >>shade.verbatim //not sure if this is necessary actually >>shade.verbatim.style=#EOEOEO >> >>You can do this easily with XmlMind FO converter, in the GUI, or in your >>xsl file. >> >> <!-- Shade (background) programlistings --> >> <xsl:param name="shade.verbatim">1</xsl:param> >> <xsl:attribute-set name="shade.verbatim.style"> >> <xsl:attribute name="background-color">#F0F0F0</xsl:attribute> >> </xsl:attribute-set> >> >> >>Sean Kroah >>FedEx Ground >>(412) 859-5130 >> >>sk...@fe... >> >> >> >>|---------+-----------------------------------------------------> >>| | Colin Sampaleanu <col...@ex...> | >>| | Sent by: | >>| | spr...@li...| >>| | ceforge.net | >>| | | >>| | | >>| | 03/19/2004 08:01 AM | >>| | Please respond to | >>| | springframework-developer | >>| | | >>|---------+-----------------------------------------------------> >> >> >>----------------------------------------------------------------------------------------------| >> | >> | >> | To: spr...@li... >> | >> | cc: >> | >> | Subject: [Springframework-developer] Code blocks in generated >>reference docs | >> >> >> >> |