E
Emil Karlen
Using the import-tag, a template appearing in the imported file, can be
extended in the importing file.
I am extending a template this way and in the main-file, inside the
template use "<apply-imports/> to trigger the template in the imported file.
Now, the imported template takes a parameter. How can I pass a parameter
to the template I am overriding (and triggering with <apply-imports/>).
I have tried
"
<apply-imports>
<with-param name="param_name">param!</xsl:with-param>
<apply-imports>
"
but it doesn't seem to work.
How do I do it?
Please help!
Best regards
Emil Karlén
extended in the importing file.
I am extending a template this way and in the main-file, inside the
template use "<apply-imports/> to trigger the template in the imported file.
Now, the imported template takes a parameter. How can I pass a parameter
to the template I am overriding (and triggering with <apply-imports/>).
I have tried
"
<apply-imports>
<with-param name="param_name">param!</xsl:with-param>
<apply-imports>
"
but it doesn't seem to work.
How do I do it?
Please help!
Best regards
Emil Karlén