Skip to content

Commit

Permalink
Strip UK federation Software labels from the published metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 24, 2008
1 parent 71096b1 commit b099502
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/uk_master_unsigned.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
<!--Force UTF-8 encoding for the output.-->
<xsl:output omit-xml-declaration="no" method="xml" encoding="UTF-8" indent="yes"/>

<!--
Strip uklabel:Software elements entirely.
-->
<xsl:template match="uklabel:Software|uklabel:Software">
<!-- do nothing -->
</xsl:template>

<!--By default, copy text blocks, comments and attributes unchanged.-->
<xsl:template match="text()|comment()|@*">
<xsl:copy/>
Expand Down

0 comments on commit b099502

Please sign in to comment.