1.169 -> 1.170 www/ja/index.xsl 1.11 -> 1.18 www/ja/security/Makefile 1.4 -> 1.7 www/ja/security/mkindex.xsl 1.216 -> 1.217 www/ja/security/security.sgml 1.31 -> 1.32 www/ja/share/sgml/navibar.l10n.ent
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			872 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			872 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="EUC-JP" ?>
 | |
| <!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
 | |
| 				"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
 | |
| <!ENTITY base ".">
 | |
| <!ENTITY title "">
 | |
| ]>
 | |
| 
 | |
| <!-- $FreeBSD: www/ja/security/mkindex.xsl,v 1.3 2006/08/19 21:24:49 hrs Exp $ -->
 | |
| <!-- Original revision: 1.7 -->
 | |
| 
 | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 | |
|   <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
 | |
|   
 | |
|   <xsl:output type="xml" encoding="&xml.encoding;"
 | |
|               omit-xml-declaration="yes" />
 | |
| 
 | |
|   <xsl:template match="/">
 | |
|     <xsl:call-template name="html-list-advisories">
 | |
|        <xsl:with-param name="advisories.xml" select="$advisories.xml" />
 | |
|        <xsl:with-param name="type" select="$type" />
 | |
|     </xsl:call-template>
 | |
|   </xsl:template>
 | |
| </xsl:stylesheet>
 |