mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
xsl:apply-imports - params are not passed on through an xsl:apply-imports call
This commit is contained in:
parent
229a859c91
commit
3e246cb85a
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ public:
|
|||
|
||||
void applyImports(const DOM::Node<std::string>& node, ExecutionContext& context) const
|
||||
{
|
||||
StackFrame frame(context);
|
||||
|
||||
doApplyTemplates(node, context, current_mode_, current_generation_+1);
|
||||
} // applyImports
|
||||
|
||||
|
|
Loading…
Reference in a new issue