This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [QUESTION] linenumbering doesn't work in fo


On Thu, Jan 16, 2003 at 07:28:38PM +0100, Daniel S. Haischt wrote:
> hello,
> 
> i just tried to enable linenumbering in my fo stylesheet,
> unfortunatly i am not getting any line numbers in the
> resulting pdf file. i used the following parameters to
> enable linenumbering.
> 
> <xsl:param name="linenumbering.extension" select="'1'"/>
> <xsl:param name="linenumbering.everyNth" select="'1'"/>
> <xsl:param name="linenumbering.separator" select="'| '"/>
> 
> i am using docbook-xsl v1.58.1 and XEP v2.7.

Actually, it is the XSLT processor that matters.  Line
numbering is added by the stylesheet, using a DocBook XSLT
extension that is implemented only for Java and Xalan.  You
have to also set 'use.extensions=1' and add the appropriate
DocBook XSL extensions/something.jar file to your
CLASSPATH.

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]