Add a rel.head entity that carries the correct values for x.y and use it in the only place that got this wrong so far.
44 lines
2.5 KiB
XML
44 lines
2.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<!-- $FreeBSD: www/share/sgml/includes.release.xsl,v 1.6 2004/11/06 21:57:41 simon 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.current" select='"5.3"'/>
|
|
|
|
<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.10"'/>
|
|
<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>
|