From 6e525b51545c3d375191c44db3a68554b7071717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Sat, 15 Apr 2017 21:25:27 +0100 Subject: [PATCH] Change XSLT version from 1.0 to 2.0 The XSLT document is using features from version 2.0 but the header mentions version 1.0. For example for the some `xsl:variable` elements the `as` attribute is been used. [version 1.0] https://www.w3.org/TR/xslt#variables [version 2.0] https://www.w3.org/TR/xslt20/#variables --- .../webapp/WEB-INF/classes/resources/xsl/nciso/UnidataDD2MI.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tds/src/main/webapp/WEB-INF/classes/resources/xsl/nciso/UnidataDD2MI.xsl b/tds/src/main/webapp/WEB-INF/classes/resources/xsl/nciso/UnidataDD2MI.xsl index 66426c0fab..4ab2287c7f 100755 --- a/tds/src/main/webapp/WEB-INF/classes/resources/xsl/nciso/UnidataDD2MI.xsl +++ b/tds/src/main/webapp/WEB-INF/classes/resources/xsl/nciso/UnidataDD2MI.xsl @@ -1,5 +1,5 @@ - + Recent Modifications