[EMAIL PROTECTED] wrote:
hi all, how can I call a template passing in a value that will be used
as an attribute to a tag in that template, for example, something like

I'm not sure what your problem is, probably:
<xsl:with-param name="col_alignment" select="left"/>
                                                ^^^^^
This selects an element. I suspect you meant to use
 <xsl:with-param name="col_alignment" select="'left'"/>

BTW col_alignment is an ugly identifier, for multiple reasons.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to