48 lines
		
	
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="ISO-8859-1" ?>
 | |
| 
 | |
| <!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.9 2005/01/25 17:14:20 hrs Exp $ -->
 | |
| 
 | |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 | |
| 
 | |
|   <xsl:variable name="rel.head" select='"6.0"'/>
 | |
|   <xsl:variable name="rel.head.major" select='"6"'/>
 | |
| 
 | |
|   <xsl:variable name="rel.current" select='"5.4"'/>
 | |
|   <xsl:variable name="rel.current.major" select='"5"'/>
 | |
| 
 | |
|   <xsl:variable name="u.rel.notes">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
 | |
| 
 | |
|   <xsl:variable name="u.rel.announce">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel.errata">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel.hardware">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel.installation">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/installation.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel.readme">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/readme.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel.early">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/migration-guide.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel.migration">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/migration-guide.html</xsl:variable>
 | |
| 
 | |
|   <xsl:variable name="rel2.current" select='"4.11"'/>
 | |
|   <xsl:variable name="rel2.current.major" select='"4"'/>
 | |
| 
 | |
|   <xsl:variable name="u.rel2.notes">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>
 | |
| 
 | |
|   <xsl:variable name="u.rel2.announce">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/announce.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel2.errata">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/errata.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel2.hardware">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/hardware.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel2.installation">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/installation.html</xsl:variable>
 | |
|   <xsl:variable name="u.rel2.readme">
 | |
|     <xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel2.current"/>R/readme.html</xsl:variable>
 | |
| 
 | |
| </xsl:stylesheet>
 |