|
Subject: Re: [xsl] xsl:use-attribute-sets, xslt 1.0, fo output From: David Carlisle <davidc@xxxxxxxxx> Date: Wed, 19 Jan 2011 13:41:34 +0000 |
My objective was to keep all attribute sets
<xsl:template match="@remap[.='LINE']"> <xsl:attribute name="margin" select="3"/> <xsl:attribute name="color" select="#aabbcc"/> </xsl:template> ...
<xsl:template match="speaker">
<fo:block">
<xsl:apply-templates select="@*|node()/>
</fo:block>
</xsl:template>
________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] xsl:use-attribute-sets, x, Dave Pawson | Thread | Re: [xsl] xsl:use-attribute-sets, x, Dave Pawson |
| Re: [xsl] xsl:use-attribute-sets, x, Dave Pawson | Date | Re: [xsl] xsl:use-attribute-sets, x, David Carlisle |
| Month |