summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2016-03-19 10:38:16 +0100
committerLeif Johansson <leifj@sunet.se>2016-03-19 10:38:16 +0100
commit8f02e9f5ac91b723d5cea01ee38596f2fdfa227d (patch)
tree1822a0a6a50ad75a08ab3402ec78b07444230524 /xslt
parenta3b5a86db1aa1111c3e710b5ed3cde1b3d82b9da (diff)
add xmlschema namespace for good measure
Diffstat (limited to 'xslt')
-rw-r--r--xslt/normalize.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/xslt/normalize.xsl b/xslt/normalize.xsl
index 210fb44a..4e2d6a2c 100644
--- a/xslt/normalize.xsl
+++ b/xslt/normalize.xsl
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"