diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-12 13:45:18 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-06-12 13:45:18 +0200 |
commit | 6420a7065b7e60578c8f246a80063473dbc97241 (patch) | |
tree | e824642966ce4240ec8ad9aa1e1c91c04a5c20ff /swamid-2.0/e5.onthehub.com.xml | |
parent | b439b72c175020d5ce9b8a755a4b7e5ed7038833 (diff) |
make tidy, all xml files indented via xslt
Diffstat (limited to 'swamid-2.0/e5.onthehub.com.xml')
-rw-r--r-- | swamid-2.0/e5.onthehub.com.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/swamid-2.0/e5.onthehub.com.xml b/swamid-2.0/e5.onthehub.com.xml index d0e174b3..d9f56898 100644 --- a/swamid-2.0/e5.onthehub.com.xml +++ b/swamid-2.0/e5.onthehub.com.xml @@ -1,12 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://e5.onthehub.com"> <md:Extensions> - <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> - <samla:Attribute xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" - NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" - Name="http://macedir.org/entity-category"> - <samla:AttributeValue>http://www.swamid.se/category/research-and-education</samla:AttributeValue> - <samla:AttributeValue>http://www.swamid.se/category/eu-adequate-protection</samla:AttributeValue> - </samla:Attribute> + <mdattr:EntityAttributes xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"> + <samla:Attribute xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="http://macedir.org/entity-category"> + <samla:AttributeValue>http://www.swamid.se/category/research-and-education</samla:AttributeValue> + <samla:AttributeValue>http://www.swamid.se/category/eu-adequate-protection</samla:AttributeValue> + </samla:Attribute> </mdattr:EntityAttributes> </md:Extensions> <md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:1.0:protocol"> |