Bugzilla – Bug 735063
HTML output omits certain xrefs
Last modified: 2012-07-12 13:50:19 UTC
The current HTML output of our doc sources omits xrefs completely if they contain xrefstyle="select:nopage". Berhard stumbled across this in http://docserv.suse.de/generated/books/SLE-HA/SLE-ha-guide_sd_remarks_comments/cha.ha.configuration.hawk.html#sec.ha.config.hawk.templates: 5. Specify the resource template as you would specify a primitive. Follow , starting with Step 4.b. ^^^^^^ missing xref Source code: <step> <para> Specify the resource template as you would specify a primitive. Follow <xref linkend="pro.ha.config.hawk.primitives" xrefstyle="select:nopage"/>, starting with <xref linkend="step.ha.config.hawk.primitives.start" xrefstyle="select:label"/>. </para> </step> The PDF output gets it right, see attachment.
Created attachment 466071 [details] HA Guide (PDF Output) PDF, see 6.3.4 Using Resource Templates, Step 5 (p. 120)
The current build doesn't have this error anymore: http://docserv.suse.de/documents/SLE-HA/SLE-ha-guide/htmlsingle/#sec.ha.config.hawk.templates I also did a short test with xrefstyle="select:label" and it works as expected. Setting this bug to resolved for now. Feel free to reopen it if necessary.