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

  <xsl:template match="class">
    <xsl:choose>
      <xsl:when test="@class='route'">
      </xsl:when>
      <xsl:when test="@class='domain' and (../@result='ERR')>0">

***Info: This failure may be due to the fact that you sent your domain
         object to &lt;auto-dbm@ripe.net&gt; instead of &lt;auto-inaddr@ripe.net&gt;.
         For more information, please see http://www.ripe.net/reverse/.
      </xsl:when>
    </xsl:choose>
  </xsl:template>

  <xsl:template name="contact">

For assistance or clarification please contact:
RIPE Database Administration &lt;ripe-dbm@ripe.net&gt;
  </xsl:template>


<xsl:template name="DB_help">

You have requested Help information from the RIPE NCC Database,
therefore the body of your message has been ignored.

Please see the following online documents at:

Database User Manual:

http://www.ripe.net/ripe/docs/db-start.html

Database Reference Manual:

http://www.ripe.net/ripe/docs/databaseref-manual.html

RIPE Database FAQ:

http://www.ripe.net/ripencc/faq/database/index.html

Additional Information Links:

http://www.ripe.net/ripencc/pub-services/db/index.html#software

RPSL RFCs:

ftp://ftp.ripe.net/rfc/rfc2622.txt
ftp://ftp.ripe.net/rfc/rfc2725.txt

</xsl:template>


<xsl:template name="internal_error">
***Error: An internal software error has occured. Please re-submit your update.
          If the problem persists please contact &lt;ripe-dbm@ripe.net&gt; for advice.
</xsl:template>


</xsl:stylesheet>

