|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] xsl:use-attribute-sets, xslt 1.0, fo output
Given an input
<line remap="LINE">Of government the properties to unfold,</line>
I want to take the the remap att value and use it as a named attribute
set.
Seems
<xsl:template match="speaker">
<fo:block xsl:use-attribute-sets="{@remap}">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
is a no no, no AVT here.
Can anyone think of a way of using them... or is the processing
wrong? Do I need an intermediate step first?
--
regards
--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








