Reusability of styles

What to do to achieve reusability?

  • Restructure styles to more, simpler files

  • Include them into others using xsl:include (almost like textual inclusion)

  • or better by xsl:import (as import preferres the directly present templates before those imported)