Code Search for Developers
 
 
  

website-targets.xsl from Amavisd-new Maintenance at Krugle


Show website-targets.xsl syntax highlighted

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

<xsl:import href="tabular.xsl"/>

<xsl:output method="xml" 
         indent="no" 
	 encoding="utf-8"
         doctype-public="-//Norman Walsh//DTD DocBook OLink Summary V2.0//EN"
         doctype-system="http://docbook.sourceforge.net/release/xsl/current/common/targetdatabase.dtd"/>


<!-- Used only when processing autolayout.xml -->
<xsl:template match="/">
  <xsl:apply-templates mode="collect.targets"/>
</xsl:template>

<xsl:template match="*"/>

<xsl:template match="autolayout" mode="collect.targets">
  <targetset>
    <xsl:apply-templates mode="olink.mode"/>
  </targetset>
</xsl:template>

</xsl:stylesheet>




See more files for this project here

Amavisd-new Maintenance

AmavisAdmin is a tool to maintain SPAMs, Viruses and blocked mails written to an SQL database by Amavisd-new. Mails can be removed automatically or manually, or they can be released to be send to the recipients.

Project homepage: http://sourceforge.net/projects/amavisadmin
Programming language(s): Java,XML
License: other

  autolayout.xsl
  chunk-common.xsl
  chunk-tabular.xsl
  chunk-website.xsl
  head.xsl
  makefile-dep.xsl
  olink.xsl
  rss.xsl
  tabular.xsl
  toc-tabular.xsl
  toc.xsl
  website-common.xsl
  website-targets.xsl
  website.xsl
  xbel.xsl