Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > ee493823148ed6fb895c827f4e36eb1c > files > 2358

xerces-c-doc-2.7.0-7mdv2008.1.x86_64.rpm

<?xml version="1.0"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

  <xsl:param name="label"/>

  <xsl:template match="/">
    <project>
      <xsl:apply-templates/>
    </project>
  </xsl:template>

  <xsl:template match="img">
    <resource source="{@src}" target="images/{@src}"/>
  </xsl:template>

  <xsl:template match="node()">
    <xsl:apply-templates/>
  </xsl:template>

</xsl:stylesheet>