Re: startMode available in XSLTProcessor

"Anthony Jones" <[email protected]> Sat, 18 Aug 2007 15:32:50 +0100
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Message-ID <[email protected]>
"Martin Honnen" <[email protected]> wrote in message
news:[email protected]...
> Anthony Jones wrote:
>
> > Would this work:-
> >
> >     <xsl:apply-templates select="." mode="{$startMode}" />
> >
> > if param defined as:-
> >
> >     <xsl:param name="startMode">full</xsl:param>
> >
> > I wonder ? hmm..
>
> No, the mode attribute value needs to be a qualified name, an attribute
> value template is not allowed.
>
>


Thanks, xsl:choose is the tweak I'll use then.

-- 
Anthony Jones