You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/11/27 08:17:31 UTC

[camel] 01/02: CAMEL-12039 - camel-itest - Errors in some test about xslt 1.0 mode

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 63bf0b095ca5588d7e7d81a74dae547473d4c937
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 27 09:15:10 2017 +0100

    CAMEL-12039 - camel-itest - Errors in some test about xslt 1.0 mode
---
 .../src/test/resources/org/apache/camel/itest/jetty/greeting.xsl        | 2 +-
 .../src/test/resources/org/apache/camel/itest/jetty/transform.xsl       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/greeting.xsl b/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/greeting.xsl
index 3e8a8d2..9a6996e 100644
--- a/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/greeting.xsl
+++ b/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/greeting.xsl
@@ -15,7 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
   <xsl:template match="/">
     <goodbye>
diff --git a/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/transform.xsl b/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/transform.xsl
index fea1e63..3b2651a 100644
--- a/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/transform.xsl
+++ b/tests/camel-itest/src/test/resources/org/apache/camel/itest/jetty/transform.xsl
@@ -17,7 +17,7 @@
 -->
 <xsl:stylesheet
   xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
-  version='1.0'>
+  version='2.0'>
 
   <xsl:output method="xml" indent="yes" encoding="ISO-8859-1"/>
 

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.