|
From: <sk...@fe...> - 2004-03-19 15:11:05
|
I can't say i've noticed this are you working with the xsl files in CVS?
XmlMind can work with those xsl files you just have to edit them to point
to the docbook.xsl file as the location is hardcoded. FWIW I am running the
apache fo processor with saxon via the command line as I got tired of
firing up the Xml FO processor GUI. I've read that the different xslt
libraries produce some significantly different output. You might be
interesed in the cruft in the paper/sizing and font sections. You might
just need to left align para text or something.
Also I like this programlisting style as it adds a border. Silver might be
too dark for your tastes.
<xsl:param name="shade.verbatim">1</xsl:param>
<xsl:attribute-set name="shade.verbatim.style">
<xsl:attribute name="background-color">silver</xsl:attribute>
<xsl:attribute name="border-color">"thin black
ridge"</xsl:attribute>
</xsl:attribute-set>
I've acquired a lot of docbook related urls but this one seems useful most
of the time
http://www.dpawson.co.uk/docbook/index.html
Sean Kroah
FedEx Ground
(412) 859-5130
sk...@fe...
|---------+----------------------------------------------------->
| | Eduardo Issao Ito <zi...@su...> |
| | Sent by: |
| | spr...@li...|
| | ceforge.net |
| | |
| | |
| | 03/19/2004 11:31 AM |
| | Please respond to |
| | springframework-developer |
| | |
|---------+----------------------------------------------------->
>----------------------------------------------------------------------------------------------|
| |
| To: spr...@li... |
| cc: |
| Subject: Re: [Springframework-developer] Code blocks in generated reference docs |
>----------------------------------------------------------------------------------------------|
Yes!
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 |
>>
>>
>>
----------------------------------------------------------------------------------------------|
>>
>>
>>
>>
>>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
>>
>>
>>
>>
>>
>>
>>-------------------------------------------------------
>>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
>>
>
>
>
>
>
>
> -------------------------------------------------------
> 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
>
-------------------------------------------------------
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
|