Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > 21683c2052716543063aae9960d9aef7 > files > 1298

xerces-c-doc-3.1.4-2.1.mga6.noarch.rpm

<?xml version="1.0"?>

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

  <xsl:param name="base"/>

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

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

  <xsl:template match="entry">

    <!--xsl:if test="@directory!='true'"-->
      <resource source="{@href}" target="{$base}{@href}"/>
    <!--/xsl:if-->
<!-- don't copy subdir to avoid copying proprietary CVS files
    <xsl:if test="@directory='true'">
      <process source="{@href}" producer="directory">
        <processor name="xslt">
          <parameter name="stylesheet" value="sbk:/style/stylesheets/directory2project.xsl"/>
          <parameter name="base" value="{$base}{@href}"/>
        </processor>
      </process>
    </xsl:if>
-->    
  </xsl:template>

</xsl:stylesheet>