Hi,
If I do
<template match="/" mode="#default">
<call-template name="foo"/>
</template>
<template name="foo">
<apply-templates mode="#current"/>
</template>
--- what is the mode, in the apply-templates inst.? I'm inclined to
believe that it is #default, since it appears that calling named
templates does not change the current mode, and that was #default at the
time of the call. On the other hand, I can't find the place where the
spec is explicit about that (I can only see that mode doesn't affect
template calls -- not the other way round).
Soren
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--