Re: startMode available in XSLTProcessor
Martin Honnen <[email protected]> Sat, 18 Aug 2007 14:08:18 +0200
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[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.
--
Martin Honnen
http://JavaScript.FAQTs.com/