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/23 16:30:08 UTC

[camel] branch master updated: Fixed an xsl in camel-schematron

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


The following commit(s) were added to refs/heads/master by this push:
     new 25b6182  Fixed an xsl in camel-schematron
25b6182 is described below

commit 25b6182d80dde7d07a56f318847840e3839eb724
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 23 17:29:06 2017 +0100

    Fixed an xsl in camel-schematron
---
 .../src/main/resources/iso-schematron-xslt2/ExtractSchFromRNG-2.xsl     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-schematron/src/main/resources/iso-schematron-xslt2/ExtractSchFromRNG-2.xsl b/components/camel-schematron/src/main/resources/iso-schematron-xslt2/ExtractSchFromRNG-2.xsl
index 9fc90c7..458e9aa 100644
--- a/components/camel-schematron/src/main/resources/iso-schematron-xslt2/ExtractSchFromRNG-2.xsl
+++ b/components/camel-schematron/src/main/resources/iso-schematron-xslt2/ExtractSchFromRNG-2.xsl
@@ -56,7 +56,7 @@ THE SOFTWARE.
 -->
 
 
-<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
+<xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
 xmlns:sch="http://purl.oclc.org/dsdl/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0">
 	<!-- Set the output to be XML with an XML declaration and use indentation -->
 	<xsl:output method="xml" omit-xml-declaration="no" indent="yes" standalone="yes"/>

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