Code Search for Developers
 
 
  

jref2refsect1.xsl from Amavisd-new Maintenance at Krugle


Show jref2refsect1.xsl syntax highlighted

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:xi="http://www.w3.org/2001/XInclude"
                xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
                exclude-result-prefixes="xsl xi src"
                version='1.0'>

<xsl:output method="xml" indent="no"/>


<!-- ********************************************************************
     $Id: jref2refsect1.xsl 6288 2006-09-12 07:22:34Z xmldoc $
     ********************************************************************

     This file is part of the XSL DocBook Stylesheet distribution.
     See ../README or http://nwalsh.com/docbook/xsl/ for copyright
     and other information.

     ******************************************************************** -->

<xsl:template match="/">
  <xsl:text>&#x0a;</xsl:text>
  <xsl:apply-templates/>
  <xsl:text>&#x0a;</xsl:text>
</xsl:template>

<xsl:template match="node() | @*">
  <xsl:copy>
    <xsl:apply-templates select="@* | node()"/>
  </xsl:copy>
</xsl:template>

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

<xsl:template match="refauthor">
  <refsect1>
    <title>Author</title>
    <xsl:apply-templates/>
  </refsect1>
</xsl:template>

<xsl:template match="refversion">
  <refsect1>
    <title>Version</title>
    <xsl:apply-templates/>
  </refsect1>
</xsl:template>

<xsl:template match="refparameter">
  <refsect1>
    <title>Parameters</title>
    <xsl:apply-templates/>
  </refsect1>
</xsl:template>

<xsl:template match="refreturn">
  <refsect1>
    <title>Returns</title>
    <xsl:apply-templates/>
  </refsect1>
</xsl:template>

<xsl:template match="refexception|refthrows">
  <refsect1>
    <title>Exceptions</title>
    <xsl:apply-templates/>
  </refsect1>
</xsl:template>

<xsl:template match="refsee">
  <refsect1>
    <title>See</title>
    <xsl:apply-templates/>
  </refsect1>
</xsl:template>

<xsl:template match="refsince">
  <refsect1>
    <title>Since</title>
    <xsl:apply-templates/>
  </refsect1>
</xsl:template>

<xsl:template match="refserial">
  <refsect1>
    <title>Serial</title>
    <xsl:apply-templates/>
  </refsect1>
</xsl:template>

<xsl:template match="refdeprecated">
  <refsect1>
    <title>Deprecated</title>
    <xsl:apply-templates/>
  </refsect1>
</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

  addnewline.xsl
  clrefentry.xsl
  dblatex-release-notes.xsl
  doc-link-docbook.xsl
  docbook-elements.xsl
  docparam2txt.xsl
  html2roff.xsl
  identity.xsl
  jref2refsect1.xsl
  jrefhtml.xsl
  lrefentry.xsl
  make-elements.xsl
  make-xsl-params.xsl
  pirefentry.xsl
  reference-fo.xsl
  reference-txt.xsl
  reference.xsl
  tdg-link.xsl
  xsl-param-link.xsl
  xsl-params.xsl
  xsl2jref.xsl