Remove characters that are illegal in filenames from external deps

This commit is contained in:
Pierre Labastie 2017-09-14 17:09:02 +00:00
parent caee4dff7c
commit 8d07ea6f31

View file

@ -286,7 +286,7 @@
<xsl:value-of select="$status"/> <xsl:value-of select="$status"/>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="name"> <xsl:attribute name="name">
<xsl:value-of select="translate(normalize-space(text()),' ','-')"/> <xsl:value-of select="translate(normalize-space(text()),' /,()','-----')"/>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="type">link</xsl:attribute> <xsl:attribute name="type">link</xsl:attribute>
</xsl:element> </xsl:element>