[xep-support] How to use <fo:footnote> properly?

Alexander Peshkov peshkov at renderx.com
Tue Jan 18 08:34:39 PST 2005


Hello Ching,

Sorry, but I can't think of another work-around for this problem and
in my opinion 'overflow' property has nothing to do with it as well.

Best regards,
Alexander Peshkov                             mailto:peshkov at renderx.com
RenderX

MC> Thanks a lot, Alexander.

MC> I actually thought about your approach and later abandoned it,
MC> because I could not figure out how to fill the blank area when a
MC> page doesn't have the "footnote." (the drawback you mentioned.) Do  
MC> you think using the attribute "overflow" in the static-content
MC> xsl-region-body would solve it? I tried, it didn't work though I
MC> am not sure that I set this attribute right. Any hint or help is  
MC> greatly appreciated. 

MC> Thanks again for your prompt reply.

MC> -- Ching


MC> -----Original Message-----
MC> From: owner-xep-support at renderx.com
MC> [mailto:owner-xep-support at renderx.com]On Behalf Of Alexander Peshkov
MC> Sent: Tuesday, January 18, 2005 4:48 AM
MC> To: Myers, Ching 
MC> Subject: Re: [xep-support] How to use <fo:footnote> properly?


MC> Hello Ching,

MC> There is no such functionality in XSL-FO 1.0. As a workaround I can
MC> suggest you to use markers. In your case where will be special marker
MC> class that holds footnote body and respective fo:retrieve-marker in
MC> the static content (xsl-region-after). It will look like this:

MC> <xsl:template match="code">
MC>   <fo:block>
MC>     <xsl:if test="star='true'">
MC>         <fo:marker marker-class-name="asterisc-footnote"><fo:block>* requires extra digit.</fo:block></fo:marker> *
MC>     </xsl:if>
MC>     <xsl:apply-templates select="codeValue"/>
MC>   </fo:block>
MC> </xsl:template>

MC> and then in the static-content will look like this:

MC> <fo:static-content flow-name="xsl-region-after">
MC>   <fo:block>
MC>     <fo:retrieve-marker retrieve-class-name="asterisc-footnote"
MC>                         retrieve-boundary="page"
MC>                         retrieve-position="first-starting-within-page"/>
MC>   </fo:block>
MC> </fo:static-content>

MC> Note that a drawback of this approach is an empty area (in the
MC> static-content) when no markers are present on the page.

MC> Hope this helps.

MC> Best regards,
MC> Alexander Peshkov                             mailto:peshkov at renderx.com
MC> RenderX
                      
MC>> Hi,

MC>> How can a footnote be referenced multiple times in a
MC>> page? i.e. how to generate the following page?
MC>>  .....
MC>> * 12345
MC>>   56789
MC>> * 19080
MC>> ....

MC>> * requires extra digit.

MC>> Any hint or help will be greatly appeciated. 


MC>> -- Ching

MC>> "Secure Server" made the following
MC>>  annotations on 01/17/2005 11:29:36 AM
MC>> ------------------------------"This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed.
MC>> If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is
MC>> prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately."
MC>> ==============================

MC>> -------------------
MC>> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
MC>> in the body of the message to majordomo at renderx.com from the address
MC>> you are subscribed from.
MC>> (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html


MC> -------------------
MC> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
MC> in the body of the message to majordomo at renderx.com from the address
MC> you are subscribed from.
MC> (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html


MC> "Secure Server" made the following
MC>  annotations on 01/18/2005 09:05:45 AM
MC> ------------------------------"This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed.
MC> If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is
MC> prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately."
MC> ==============================

MC> -------------------
MC> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
MC> in the body of the message to majordomo at renderx.com from the address
MC> you are subscribed from.
MC> (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html


-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list