repo: jargon
action: blob
revision: 
path_from: docbook-xsl-1.62.4/params/generate.id.attributes.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

/ generate.id.attributes.xml

blob_plain of this file

refs/heads/trunk:/docbook-xsl-1.62.4/params/generate.id.attributes.xml

 
 
 generate.id.attributes
 
 
 
 generate.id.attributes
 
 

 
 
 
 
 

 Description

 If non-zero, the HTML stylesheet will generate ID attributes on
 containers. For example, the markup:

 Some Title
 Some para.
 ]]>

 might produce:

 
 

Some Title

Some para.

]]>
The alternative is to generate anchors:

Some Title

Some para.

]]>
Because the name attribute of the a element and the id attribute of other tags are both of type ID, producing both generates invalid documents. As of version 1.50, you can use this switch to control which type of identifier is generated. For backwards-compatibility, generating a anchors is preferred. Note: at present, this switch is incompletely implemented. Disabling ID attributes will suppress them, but enabling ID attributes will not suppress the anchors.