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@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@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.htmlReceived on Sat Oct 6 05:40:16 2007
This archive was generated by hypermail 2.1.8 : Sat Oct 06 2007 - 05:40:17 PDT