diff options
Diffstat (limited to 'xslt/SuuntoDM4.xslt')
-rw-r--r-- | xslt/SuuntoDM4.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/SuuntoDM4.xslt b/xslt/SuuntoDM4.xslt index 5c61c0c52..ca1a0569b 100644 --- a/xslt/SuuntoDM4.xslt +++ b/xslt/SuuntoDM4.xslt @@ -2,7 +2,7 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:u="http://schemas.datacontract.org/2004/07/Suunto.Diving.Dal" version="1.0"> - <xsl:import href="commonTemplates.xsl"/> + <xsl:include href="commonTemplates.xsl"/> <xsl:strip-space elements="*"/> <xsl:output method="xml" indent="yes"/> |