Skip to content

Commit

Permalink
Remove empty KeyName elements, as generated by OpenAthens LA.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 15, 2010
1 parent 8788625 commit 7bcb192
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,16 @@
</xsl:template>


<!--
ds:KeyName
Remove empty KeyName elements.
-->
<xsl:template match="ds:KeyName[.='']">
<!-- do nothing -->
</xsl:template>


<!--
ds:KeyName
Expand Down

0 comments on commit 7bcb192

Please sign in to comment.