Skip to content

Commit

Permalink
Merge pull request #178 from peter-/tidy-remove-roledesc
Browse files Browse the repository at this point in the history
Remove md:RoleDescriptor elements
  • Loading branch information
leifj committed Sep 24, 2019
2 parents 7fcd61f + f7deb40 commit 51848e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyff/xslt/tidy.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<xsl:template match="@cacheDuration"/>
<xsl:template match="@xml:base"/>
<xsl:template match="ds:Signature"/>
<xsl:template match="md:RoleDescriptor"/>
<xsl:template match="md:OrganizationName|md:OrganizationURL|md:OrganizationDisplayName">
<xsl:if test="normalize-space(text()) != ''">
<xsl:copy><xsl:apply-templates select="node()|@*"/></xsl:copy>
Expand Down

0 comments on commit 51848e9

Please sign in to comment.