OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] programlisting question


 

 


From: Kari Bourgeois [mailto:kari.bourgeois@database-brothers.com]
Sent: Thursday, August 16, 2007 12:51 PM
To: 'Bob Stayton'
Subject: RE: [docbook-apps] programlisting question

 

Yes, using FOP. Can work around that. Any idea on the extra “-“ that are shown in my output example?

 

<Note, -you -will -be -asked -for -storage -locations -for -the -repository. -You -can -specify -them 1. -simple -everything -stored -under -a -single -directory

2. -custom -- -manually -enter -the -directories -for -each -of:

- -storage -tablespace

- -catalog -tablespace

 

 


From: Bob Stayton [mailto:bobs@sagehill.net]
Sent: Thursday, August 16, 2007 12:00 PM
To: Kari Bourgeois; docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] programlisting question

 

Are you using FOP?  FOP does not yet support the hyphenate.verbatim feature.

 

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net

 

 

----- Original Message -----

Sent: Thursday, August 16, 2007 9:24 AM

Subject: [docbook-apps] programlisting question

 

One more for today…sorry to take so much bdwth

 

Can anyone tell me why my programlisting output is including “-“ at the start of every word? As shown in the output sample below? Also, the wrap doesn’t seem to be working. I’m using Apache.

 

Thanks again!

Kari

 

Here’s the text from my customization layer.

            <xsl:param name="hyphenate.verbatim" select="1"></xsl:param>

            <xsl:attribute-set name="monospace.verbatim.properties">

                        <xsl:attribute name="wrap-option">wrap</xsl:attribute>

                        <xsl:attribute name="hyphenation-character">\</xsl:attribute>

                        <xsl:attribute name="font-size">8pt</xsl:attribute>

            </xsl:attribute-set>

 

Here’s the output:

 

<Note, -you -will -be -asked -for -storage -locations -for -the -repository. -You -can -specify -them 1. -simple -everything -stored -under -a -single -directory

2. -custom -- -manually -enter -the -directories -for -each -of:

- -storage -tablespace

- -catalog -tablespace

- -temp -tablespace

- -Brother-Panther -Repository -config -file

Simple -or -Custom: -[s]>

 

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]