Re: remove endterms and title ids

2017-12-27 Thread Peter Eisentraut
On 12/22/17 09:53, Alvaro Herrera wrote: > Can we have it emit something like >see section 4.5.3 “Building Indexes Concurrently” > by customizing the stylesheets? I tried to figure out where the text is > emitted, but 'sectioncalled' does not appear in greps anywhere in the > docbooc-xsl dir.

Re: remove endterms and title ids

2017-12-22 Thread Alvaro Herrera
Can we have it emit something like see section 4.5.3 “Building Indexes Concurrently” by customizing the stylesheets? I tried to figure out where the text is emitted, but 'sectioncalled' does not appear in greps anywhere in the docbooc-xsl dir. -- Álvaro Herrerahttps://www.2nd

Re: remove endterms and title ids

2017-12-20 Thread Alvaro Herrera
Peter Eisentraut wrote: > The attached patch removes endterm attributes from xref elements and the > associated id attributes on title elements. > > Older documentation toolchains could not automatically generate text for > xrefs into refentries, so we had to use the endterm attribute to tell it >

remove endterms and title ids

2017-12-19 Thread Peter Eisentraut
n 2017 17:52:56 -0400 Subject: [PATCH] Remove endterms and title ids Older documentation toolchains could not automatically generate text for xrefs into refentries, so we had to use the endterm attribute to tell it which text to create. This is no longer necessary and can be removed. In most case