repo: jargon
action: blob
revision: 
path_from: docbook-xsl-1.62.4/params/use.role.as.xrefstyle.xml
revision_from: refs/heads/trunk:
path_to: 
revision_to: 
git.thebackupbox.net
jargon
git clone git://git.thebackupbox.net/jargon

blob of:

jargon
/ docbook-xsl-1.62.4
/ params

/ use.role.as.xrefstyle.xml

blob_plain of this file

refs/heads/trunk:/docbook-xsl-1.62.4/params/use.role.as.xrefstyle.xml

 
 
 use.role.as.xrefstyle
 boolean
 
 
 use.role.as.xrefstyle
 Use role attribute for
 xrefstyle on xref?
 

 
 
 
 
 

 Description

 If non-zero, the role attribute on
 xref will be used to select the cross reference style.
 The DocBook
 Technical Committee recently added an
 xrefstyle attribute for this purpose.
 If the xrefstyle attribute
 is present, role will be ignored, regardless
 of this setting.

 Until an official DocBook release that includes the new
 attribute, this flag allows role
 to serve that purpose.

 

 Example

 The following small stylesheet shows how to configure the stylesheets to make
 use of the cross reference style:

 
 

 

 

 
 
   
    
       
       
     
   
 

 ]]>

 With this stylesheet, the cross references in the following document:

 
 
 Book

 
 Preface

 Normal: .
 Title: .

 

 
 First Chapter

 Irrelevant.

 
 ]]>

 will appear as:

 
 Normal: Chapter 1.
 Title: Chapter 1, First Chapter.