Re: startMode available in XSLTProcessor

Jonas Sicking <[email protected]> Fri, 17 Aug 2007 10:32:38 -0700
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Message-ID <[email protected]>
Martin Honnen wrote:
> Anthony Jones wrote:
>> MSXML supports specifying a starting mode for the processor however there
>> doesn't appear to be a startMode property on the XSLTProcessor?  Is there
>> anyway to acheive this without adjusting existing stylesheets designed to
>> work in conjunction with startMode?
> 
> I don't see a way with Mozilla's XSLTProcessor API.

Nope, there is no way to do that. Never even occurred to me that it 
might be useful. Why do you want to do it? Are you basically putting 
multiple stylesheets into the same .xsl file?

/ Jonas