[xep-support] Cross references to figures generates question marks

G. Ken Holman gkholman at CraneSoftwrights.com
Fri Oct 5 14:04:30 PDT 2007


At 2007-10-05 16:08 -0400, you wrote:
>Ken's observation put me on the path of the righteous. The following 
>creates the targets for cross-references:
>
>  <xsl:template match="figure">
>   <fo:block>
>    <xsl:attribute name="id">
>     <xsl:value-of select="generate-id()"/>
>    </xsl:attribute>

Note the above could easily be written as:

    <fo:block id="{generate-id()}">

>  (other stuff...)
></fo:block>
></xsl:template>

I hope this helps.

. . . . . . . . . . . . . . Ken

--
World-wide corporate, govt. & user group XML, XSL and UBL training
RSS feeds:     publicly-available developer resources and training
G. Ken Holman                 mailto:gkholman at CraneSoftwrights.com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/f/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Cancer Awareness Jul'07  http://www.CraneSoftwrights.com/f/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

-------------------
(*) 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/terms-of-service.html



More information about the Xep-support mailing list