Makefile 1.111 -> 1.112 index.xsl 1.100 -> 1.105 navigation.xml 1.4 -> 1.6 news/news.xml 1.218 -> 1.222 news/press.xml 1.130 -> 1.143 security/Makefile 1.12 -> 1.13 security/security-rdf.xsl new translation Obtained from: The FreeBSD German Documentation Project
25 lines
836 B
XML
25 lines
836 B
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<!-- $FreeBSD$
|
|
$FreeBSDde: de-www/security/security-rdf.xsl,v 1.1 2004/07/04 13:37:38 brueffer Exp $
|
|
basiert auf: 1.1
|
|
-->
|
|
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
<xsl:import href="../includes.xsl"/>
|
|
|
|
<xsl:output method="xml" indent="yes"/>
|
|
|
|
<xsl:variable name="base" select="'..'"/>
|
|
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
|
<xsl:variable name="dedate" select="'$FreeBSDde: de-www/security/security-rdf.xsl,v 1.1 2004/07/04 13:37:38 brueffer Exp $'"/>
|
|
<xsl:variable name="title" select="'untitled'"/>
|
|
|
|
<xsl:template match="/">
|
|
<xsl:call-template name="rdf-security-advisories">
|
|
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
|
</xsl:call-template>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|