diff options
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/normalize.xsl | 1 |
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#" |