Browse code

Drop platform-* xslt files

Colin Childs authored on 17/01/2017 23:40:38
Showing 3 changed files
1 1
deleted file mode 100644
... ...
@@ -1,7 +0,0 @@
1
-<xsl:stylesheet
2
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3
- xmlns:mal="http://projectmallard.org/1.0/"
4
- exclude-result-prefixes="mal"
5
- version="1.0">
6
-  <xsl:param name="mal.if.platform" select="'platform:linux'"/>
7
-</xsl:stylesheet>
8 0
deleted file mode 100644
... ...
@@ -1,7 +0,0 @@
1
-<xsl:stylesheet
2
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3
- xmlns:mal="http://projectmallard.org/1.0/"
4
- exclude-result-prefixes="mal"
5
- version="1.0">
6
-  <xsl:param name="mal.if.platform" select="'platform:macosx'"/>
7
-</xsl:stylesheet>
8 0
deleted file mode 100644
... ...
@@ -1,7 +0,0 @@
1
-<xsl:stylesheet
2
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3
- xmlns:mal="http://projectmallard.org/1.0/"
4
- exclude-result-prefixes="mal"
5
- version="1.0">
6
-  <xsl:param name="mal.if.platform" select="'platform:windows'"/>
7
-</xsl:stylesheet>