2012-09-22 22:09:08 +02:00
|
|
|
<?xml version="1.0" encoding="euc-jp" ?>
|
2006-08-19 23:26:51 +02:00
|
|
|
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
2013-11-13 07:10:37 +01:00
|
|
|
"http://www.FreeBSD.org/XML/share/xml/xslt10-freebsd.dtd">
|
2003-10-11 09:12:37 +02:00
|
|
|
|
2012-05-17 21:12:14 +02:00
|
|
|
<!-- $FreeBSD$ -->
|
2011-01-05 17:59:38 +01:00
|
|
|
<!-- Original revision: 1.7 -->
|
2003-10-11 09:12:37 +02:00
|
|
|
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
2013-11-13 07:10:37 +01:00
|
|
|
<xsl:import href="http://www.FreeBSD.org/XML/lang/share/xml/libcommon.xsl"/>
|
2012-08-21 21:16:02 +02:00
|
|
|
|
2006-08-19 23:26:51 +02:00
|
|
|
<xsl:output type="xml" encoding="&xml.encoding;"
|
2003-10-11 09:12:37 +02:00
|
|
|
omit-xml-declaration="yes" />
|
|
|
|
|
|
|
|
<xsl:template match="/">
|
2004-01-19 18:19:34 +01:00
|
|
|
<xsl:call-template name="html-list-advisories">
|
|
|
|
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
2011-01-05 17:59:38 +01:00
|
|
|
<xsl:with-param name="type" select="$type" />
|
2004-01-19 18:19:34 +01:00
|
|
|
</xsl:call-template>
|
|
|
|
</xsl:template>
|
2003-10-11 09:12:37 +02:00
|
|
|
</xsl:stylesheet>
|