What is the scope of xsl apply-imports?
- by calavera.info
My original idea about apply-imports was that if there are two templates which matches the same node, then using apply-imports in a template with higher priority runs the template with the lower priority. But I recently find out that it's important how are imports organized.
Two cases interests me particularly.
Will apply imports work on a…