Is it possible to call another xslt template file that can be reused for other XSLT files. More like a regular / Helper xslt file. (I specifically use patterns)
Yes it is possible. For a detailed explanation of this issue see: This site
This is not a XSLT 2.0 issue.
In XSLT 1.0 and XSLT 2.0 you can use directives:
<xsl:import>
and
<xsl:include>
Source: https://habr.com/ru/post/888258/More articles:Creating a live checker web application in PHP, JS, CSS and HTML? - javascriptHow can I capture an element with jQuery without being able to reference it using a class, ID, etc. - jqueryHow to check that Asp.Net MVC Views are displayed without exception? - unit-testingWhy does InputStreamReader throw an NPE when reading from a jar? - javaIs there a way to copy BLOB records between databases in Oracle 10g? - sqljQuery, optimal use question - jqueryWhy is the address of a C ++ function always True? - c ++php data encrypted using openssl_seal. How to decode in C #? - c #Stream a lot of screenshots from the server - pythonExplicit Java wildcard behavior when a class is shared - javaAll Articles