From 8b6646fb204c13bb1542914b57a9415193f3ad44 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Fri, 20 Oct 2017 14:18:39 +0200
Subject: [PATCH] =?UTF-8?q?Verwende=20XSLT2=20als=20queryBinding=20f=C3=BC?=
 =?UTF-8?q?r=20Schematron?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/xslt/extract-schematron.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xslt/extract-schematron.xsl b/src/xslt/extract-schematron.xsl
index b12c4b8f7..6ccb604b5 100644
--- a/src/xslt/extract-schematron.xsl
+++ b/src/xslt/extract-schematron.xsl
@@ -5,7 +5,7 @@
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
   <xsl:template match="rng:grammar">
-    <sch:schema queryBinding="xslt">
+    <sch:schema queryBinding="xslt2">
       <xsl:sequence select="//sch:ns"/>
       <xsl:sequence select="//sch:pattern"/>
     </sch:schema>
-- 
GitLab