Chris Graham [WarpSpeed] wrote:
I'd like to be able to parameterize the value of the
external-destination. Can it be done?
Get your favorite source of XSLT facts and check it for
the term "attribute value template", or AVT for short.
It means that for attributes which aren't evaluated
as XPath by default, you can use braces to denote
XPath expressions:
<fo:basic-link
external-destination="{$parameter}">...</fo:basic-link>
J.Pietschmann
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--