OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] title with addintional anchor not in the FO output


Hi Markus,
I'm not able to duplicate this problem with the docbook-xsl-ns-1.78.1 version of the stylesheets. My output includes that id attribute in an fo:inline:

<fo:flow flow-name="xsl-region-body" start-indent="4pc" end-indent="0pt">
     <fo:block id="achap">
       <fo:block font-family="sans-serif,Symbol,ZapfDingbats">
         <fo:block margin-left="0pt">
           <fo:block font-size="24.8832pt" font-weight="bold">
             <fo:block
keep-with-next.within-column="always" space-before.optimum="10pt" space-before.minimum="10pt * 0.8" space-before.maximum="10pt * 1.2" hyphenate="false" text-align="start" start-indent="0pt" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2" >Chapter 1. <fo:inline>Diagnosis (Fct-3456) <fo:inline id="Fct-3456"/></fo:inline>
             </fo:block>
           </fo:block

Are you using a customization layer? If so, can you test with the stock stylesheet instead?

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net


From: markus.sticker.epos@zf.com
Sent: Thursday, July 18, 2013 1:56 AM
To: docbook@lists.oasis-open.org
Subject: [docbook] title with addintional anchor not in the FO output


Hi,

I tried to set a link target for a named destination (PDF à XSL:FO)
But it always will be ignored in my document.fo

Docbook:

 <chapter>
   <title>
     <phrase>Diagnosis    (Fct-3456) <anchor xml:id="Fct-3456"/></phrase>
   </title>
   <para> <informalfigure><mediaobject><imageobject>......

FO:

<fo:flow flow-name="xsl-region-body" start-indent="0pt" end-indent="0pt">
     <fo:block id="id1134264">
       <fo:block font-family="ZF Sans Bold,Symbol,ZapfDingbats">
         <fo:block margin-left="0pt">
           <fo:block font-size="24.8832pt" font-weight="bold">
<fo:block hyphenate="true" role="headline0" font-size="16pt" keep-with-next.within-column="always" space-before.optimum="8pt" space-before.minimum="8pt * 0.8" space-before.maximum="8pt * 1.2" text-align="start" start-indent="0pt" hyphenation-character="-" hyphenation-push-character-count="1" hyphenation-remain-character-count="2">3.
               <fo:inline>Diagnosis    (Fct-3456) </fo:inline>
             </fo:block>
           </fo:block>

What I'm doing wrong?
Kind regards
Markus Sticker






[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]