Skip to content

Commit

Permalink
Remove the old "do not edit" comment from the top of the WAYF aggrega…
Browse files Browse the repository at this point in the history
…te; it dates back to a time when we edited aggregates directly...

Remove a couple of unused prefix definitions.
  • Loading branch information
iay committed May 17, 2011
1 parent 67154cc commit 69798d3
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions build/master_to_wayf.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,10 @@
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
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"
xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
exclude-result-prefixes="md ds wayf">

<!--
Version information for this file. Remember to peel off the dollar signs
before dropping the text into another versioned file.
-->
<xsl:param name="cvsId">$Id$</xsl:param>

<!--
Add a comment to the start of the output file.
-->
<xsl:template match="/">
<xsl:comment>
<xsl:text>&#10;&#9;***DO NOT EDIT THIS FILE***&#10;&#10;</xsl:text>
<xsl:text>&#9;Converted by:&#10;&#10;&#9;</xsl:text>
<xsl:value-of select="substring-before(substring-after($cvsId, ': '), '$')"/>
<xsl:text>&#10;</xsl:text>
</xsl:comment>
<xsl:apply-templates/>
</xsl:template>
exclude-result-prefixes="md wayf">

<!--Force UTF-8 encoding for the output.-->
<xsl:output omit-xml-declaration="no" method="xml" encoding="UTF-8" indent="yes"/>
Expand Down

0 comments on commit 69798d3

Please sign in to comment.