Skip to content

Commit

Permalink
Remove some unused namespaces. Correct comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 22, 2009
1 parent 5f396a5 commit 51ce3d4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build/extract_cert_locs.xsl
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
extract_nocert_locs.xsl
extract_cert_locs.xsl
XSL stylesheet that takes a SAML 2.0 metadata file and extracts
a list of service locations that do not require certificates to be
a list of service locations that require certificates to be
presented to them.
Author: Ian A. Young <ian@iay.org.uk>
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:shibmeta="urn:mace:shibboleth:metadata:1.0"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wayf="http://sdss.ac.uk/2006/06/WAYF"
exclude-result-prefixes="shibmeta md ds wayf">
exclude-result-prefixes="md">

<!-- Output is plain text -->
<xsl:output method="text"/>
Expand Down

0 comments on commit 51ce3d4

Please sign in to comment.