diff options
Diffstat (limited to 'app-emulation/vmware-workstation/files/list-bundle-components.xsl')
-rw-r--r-- | app-emulation/vmware-workstation/files/list-bundle-components.xsl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-emulation/vmware-workstation/files/list-bundle-components.xsl b/app-emulation/vmware-workstation/files/list-bundle-components.xsl deleted file mode 100644 index db1a4e4..0000000 --- a/app-emulation/vmware-workstation/files/list-bundle-components.xsl +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - - <xsl:output omit-xml-declaration="yes"/> - - <xsl:template match="text()"/> - - <xsl:template match="/bundle/components/component"> - <xsl:value-of select="@offset"/> - <xsl:text> </xsl:text> - <xsl:value-of select="@size"/> - <xsl:text> </xsl:text> - <xsl:value-of select="@name"/> - <xsl:text> </xsl:text> - </xsl:template> - -</xsl:stylesheet> |