|
From: <sk...@fe...> - 2004-03-19 13:09:23
|
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 |
>----------------------------------------------------------------------------------------------|
I haven't looked into this at all, but does anybody have an idea how we
can get the code blocks ('programlisting' elements) in the generated
docs to be highlighted in grey? In XmlMind they show up as grey, but
when generated they show up as courier text on a plain white background
list the rest of the code.
I like the look of a grey background a lot more. Here's the Hibernate
docs with some sample grey code blocks:
http://www.hibernate.org/hib_docs/reference/html/manipulating-data.html
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|