i'm just looking for an easier/shorter way to select the right xsl template (from the imports), depending on the //BODY/@id.
the code i posted shows at the top 1 import and at the bottom 1 'xsl:template-match'
But in future there'll be more of course. For each import a 'xsl:template match' at the end.
Depending on the //BODY/@id the right 'xsl:template match' will be used.
now, i was just wondering if it is possible to do this in a shorter way, in place of having to import them all, and to define at the bottom a 'xsl:template match' for each import.
each imported xsl at the top represents a different value for BODY/@id
|